hpoul / file_picker_writable

Flutter plugin to choose files which can be read, referenced and written back at a later time.
https://pub.dev/packages/file_picker_writable
MIT License
17 stars 13 forks source link

Interfering with Share extension plugin on iOS #38

Open kaciula opened 1 year ago

kaciula commented 1 year ago

On iOS, this plugin "eats" all links that are shared to my app.

I am using Share Handler plugin to deal with url shares from the browser (https://pub.dev/packages/share_handler) but your plugin catches all urls and they never reach the Share Handler plugin.

Can this be fixed? Or do I have a workaround at least?