Reputation: 713
is there way to get callback is file is shared successfully in flutter with share?
I have to make sure that file is shared/uploaded to other apps(whatsapp/gmail/other). i am sharing file in flutter_share plugin in flutter. then complete action dialog box opens to choose an app, after returning to app screen, i need to get callback/flag to ensure fill is shared in other apps successfully.
steps can be taken:
will solution work for both platforms android n ios?
Thanks in advance. Any solutions to this one.
Upvotes: 6
Views: 3353
Reputation: 2541
it looks like there is still no solution: https://github.com/flutter/flutter/issues/67637
Upvotes: 0