alexrintt / shared-storage

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

List files in subdirectories ? #143

Open portal305 opened 1 year ago

portal305 commented 1 year ago

Hi, I'm creating a FrontEnd Emulator and I encountered a problem. When I use listFiles() I don't get the contents of the subdirectories. What can I do?

alexrintt commented 1 year ago

Hi! you can recursively call listFiles.