filesystem_picker icon indicating copy to clipboard operation
filesystem_picker copied to clipboard

FileSystem file or folder picker dialog.

Results 9 filesystem_picker issues
Sort by recently updated
recently updated
newest added

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 ![截屏2024-04-27 10 02 55](https://github.com/andyduke/filesystem_picker/assets/51521682/7b547a50-c2f1-41f2-a019-a23677e98ecf)

show `..` in `rootDirectory` ![%YE{RTPZ}7SPN66$R_9(`LT](https://user-images.githubusercontent.com/19526331/113986969-6bfe5d00-9880-11eb-8cf5-7e63a7fd611b.png)

bug

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

enhancement

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

enhancement

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 ![image](https://user-images.githubusercontent.com/62418090/234101186-371415ed-ba8c-4fe5-90cf-688d52aa336f.png)

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...