lubritto / flutter_share

A Flutter plugin for IOS and Android providing a simple way to share a message, link or local files.
MIT License
40 stars 44 forks source link

How to get a callback after the user select an application from sharesheet #16

Open premtemp1 opened 4 years ago

premtemp1 commented 4 years ago

Thanks for the plugins..

I want to redirect the user after they shared a file . However, it seems that the callback occurs when the sheet is shown and not after the action is completed (selecting the application and sharing the file)

is this possible?

sohitEngg commented 3 years ago

I think here we are requesting owner of this library to add callback feature to the existing features if possible. I know it will be complicated at leat on Android where approach needs to be completely change for showing App chooser view.