alexrintt / shared-storage

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

List files in subdirectories ? #143

Open portal305 opened 11 months ago

portal305 commented 11 months 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 10 months ago

Hi! you can recursively call listFiles.