Skip to content
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

Open
ivanchaukn opened this issue Dec 11, 2022 · 7 comments
Open

Support Multiple Intent #236

ivanchaukn opened this issue Dec 11, 2022 · 7 comments

Comments

@ivanchaukn
Copy link

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.

@bhagat-techind
Copy link

@ivanchaukn You can use my plugin flutter_sharing_intent

@ivanchaukn
Copy link
Author

@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

@saileshbro
Copy link

@ivanchaukn
Copy link
Author

ivanchaukn commented Apr 14, 2023

I'm not sure whether that's achieving the same result that I want here. I want something similar to LinkedIn on Android where I can share to different part of the app (eg. Private Message, Share post, etc)
WhatsApp Image 2023-04-13 at 10 13 50 PM

@ivanchaukn
Copy link
Author

@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?

@KasemJaffer
Copy link
Owner

@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.

@ivanchaukn
Copy link
Author

@KasemJaffer It looks like someone has already created a PR. #238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants