feat(share_plus): Add the intent options for the Android platform#3435
Closed
ozyl wants to merge 2 commits into
Closed
feat(share_plus): Add the intent options for the Android platform#3435ozyl wants to merge 2 commits into
ozyl wants to merge 2 commits into
Conversation
Member
|
I am sorry to say that we already have a big refactor of share_plus under review here: #3404 Please, before taking the time creating big PRs, write a proposal and share it with the maintainers. I will have to close this PR at the moment. You can incorporate the changes to the new API in #3403, but please before write a proposal somewhere (any existing ticket or create a new one). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
android_intent_plusdoes not support sharing pictures (Maybe in the future)share_plusdoes not support sharing to target app on android (This PR)This PR enables share_plus to support sharing of specified applications on Android.
Platform-Specific Features
Use
PlatformOptionsto configure platform features.Android
Supports fine-grained configuration of intent in Android. You can use
AndroidIntentOptionsto specify the app to share.Related Issues
Checklist
CHANGELOG.mdnor the plugin version inpubspec.yamlfiles.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).