alexrintt / shared-storage

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

Scoped storage #140

Open alexrintt opened 1 year ago

alexrintt commented 1 year ago

This PR will modify completely the current APIs by assigning the file read/write APIs to ScopedFile and ScopedDirectory class. Also, the APIs will be merged together to make the use of this plugin seamlessly smooth by someone who never heard of storage access framework.

clragon commented 5 months ago

This PR is mouth-watering. Anything we can do to help this come along?