Share file/text with other apps and successful callback in flutter

Viewed 2228

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:

  • get callback from share
  • checking callback in onresume of app
  • showing success / failure message.

will solution work for both platforms android n ios?

Thanks in advance. Any solutions to this one.

1 Answers
Related