I wanted to ask if anyone knows how to handle other apps when they press share, my flutter app appears there to open that file (like when you share a pdf on ios and appears whatsapp). Don't know if it's possible. Looking for ios way, for android we have plugins
Asked
Active
Viewed 228 times
0
-
Does this answer your question? [Receive share file intents with Flutter](https://stackoverflow.com/questions/50476159/receive-share-file-intents-with-flutter) – Umair M Dec 12 '19 at 15:21
-
Only works on android :( – Juan Jose Rodrigo Dec 12 '19 at 15:22
-
Have a look at this [package](https://pub.dev/packages/receive_sharing_intent#-example-tab-) – Umair M Dec 12 '19 at 15:50
-
Cant share a pdf or a word there :/ – Juan Jose Rodrigo Dec 12 '19 at 15:54
-
Did you even try it? If it doesn't work then have a look at the code in the example tab and follow the same pattern to implement your customization – Umair M Dec 12 '19 at 16:30