alexrintt / shared-storage

Flutter plugin to work with Android external storage.
http://alexrintt.io/shared-storage/
MIT License
54 stars 26 forks source link

Deeply Search About SAF `BroadcastReceivers` #5

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

What is this API about?

Is about to search about the support for BroadcastReceiver API's which allow us to listen to storage permissions changes

What will be possible?

Some Useful Links

alexrintt commented 2 years ago

This is not the focus of the package anymore. To see if a persisted uri still exists refer to some exists(uri) API.

And to listen to changes, a similar approach can be implemented with WidgetsBindingObserver to check whether the persisted Uris have changed or not when the app was in background.

See #56 for details.