alexrintt / shared-storage

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

Add Initial Support for SAF (Storage Access Framework) #4

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

SAF

The "new" way to manage files

alexrintt commented 2 years ago

I can't find anything about "Listen changes in a specific folder using the SAF API" so I'll keep only the current implemented API and move the BroadcastReceiver API's to a research issue (because I don't even know if it is possible with the current SAF API, I need to search more about it, probably I'll do it as native Android project using the Jetpack Compose instead as Flutter and Flutter plugin)