-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(android_intent_plus): adds sendService method #3410
feat(android_intent_plus): adds sendService method #3410
Conversation
18cc707
to
0c49246
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! I will have to test it on my device before approving and merging. Meanwhile, there are a couple of lines that require changes.
Co-authored-by: Miguel Beltran <[email protected]>
Co-authored-by: Miguel Beltran <[email protected]>
Sorry this fell off my plate, I fixed the merge conflict after merging your other PR, I'll see if I can work on this soon |
Thank you! |
Description
This package already has the ability to send arbitrary intents to an activity or broadcast receiver.
This PR adds the ability to send intents to a service using
sendService
Related Issues
No related issues exist for this
Checklist
CHANGELOG.md
nor the plugin version inpubspec.yaml
files.flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
!
in the title as explained in Conventional Commits).