-
Notifications
You must be signed in to change notification settings - Fork 408
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
Support Multiple Intent #236
Comments
@ivanchaukn You can use my plugin flutter_sharing_intent |
It doesn't look like your plugin will be able to support multiple intent. You can take a look how https://pub.dev/packages/receive_multi_sharing_intent is implemented on a high-level and add that to your plugin |
@ivanchaukn you can have a look here |
@KasemJaffer Welcome back Kasem! Love this package and would love to extend the functionality. Do you think the android multiple sharing intent implementation can be added to the roadmap? |
Thanks. I’m not sure how to approach this feature because it requires the app to have multiple activities for each custom action. Which is not ideal for a Flutter app with a single main activity. Let me know if anyone has any ideas on how to add this feature in the plugin. |
@KasemJaffer It looks like someone has already created a PR. #238 |
Hi, can we add support for multiple sharing intents? I know there's another plugin receive_multi_sharing_intent but it doesn't look like it's been fully completed and I'm getting errors when I run it.
The text was updated successfully, but these errors were encountered: