alexrintt / shared-storage

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

Fix `DocumentFile.canRead` API call #99

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

This PR depends of #94 since it does some changes into DocumentFile class.

Also, this closes #90.

Note: This is a breaking change since if the app is working with this buggy then switching the API will (probably) break the app.