alexrintt / shared-storage

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

Enable listing contents of subfolders on the SAF #59

Closed EternityForest closed 2 years ago

EternityForest commented 2 years ago

Closes issue #58.

Previously, calling listFiles on any document would always list the contents of the user-selected root in which the document resides. Now it will correctly list the children of subfolders.

Please review before merging, if you do decide that this is interesting, as I have never done anything with Kotlin until today.

alexrintt commented 2 years ago

Thanks for the PR! I'll take a look at the related issue, this PR and and merge this.

@all-contributors add EternityForest for code, docs

allcontributors[bot] commented 2 years ago

@lakscastro

I've put up a pull request to add @EternityForest! :tada:

EternityForest commented 2 years ago

Awesome! Thanks for the wonderful library!