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 subfolder contents listing and `openDocumentFile` API #63

Closed alexrintt closed 2 years ago

alexrintt commented 2 years ago

This pull request closes #62, #64 and indirectly starts #56.

This PR fixes the current behavior of listFiles and openDocumentFile API.

Huge thanks to @EternityForest who exposed a lot of relevant resources and contributed on #58 and #59.