filesystem_picker
filesystem_picker copied to clipboard
FileSystem file or folder picker dialog.
Hello! Thanks for developing this plugin! Is it possible to add accessibility support? Thanks! See: https://support.google.com/accessibility/android/answer/7158690 https://www.didierboelens.com/2018/07/semantics/ https://medium.flutterdevs.com/semantics-widgets-in-flutter-4d7410a9d246 
show `..` in `rootDirectory` 
Make it customizable to use the picker separately from the Navigator. See BackButton. https://github.com/andyduke/filesystem_picker/blob/a15544e365ef5b027023aafd879e4e3c3955b493/package/lib/src/picker_page.dart#L575-L579
1. ~~Parameter rootDirectory becomes optional. When not set, internal storage will be set as root, another external storage may be selected by accessing the Drawer on dialog.~~ 2. Parameter `rootDirectory`...
at least in desktop require edit mode
Hi :) I love your package! I'm using your package in a bit of a custom way. I've implemented a custom folder structure that if viewed in the filesystem three...
It would be really usefull if the user could see a file preview before select it 
Can I see the file size in the file list? I also want to check simple information about the file
Currently, navigating through files relies solely on manual browsing, which can be cumbersome. I propose adding a **search button or bar functionality** if possible. it will allow _users to search...