file_manager
file_manager copied to clipboard
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
When I try to run the example code given, I get the below error. I'm not familiar with ValueNotifier and ValueListenableBuilder so I can't figure out, what seems to be...
**Describe the bug** Some directories like `/storage/emulated/0/Android/media/com.whatsapp/WhatsApp/Media/.Statuses/` shows Empty directory, even though device file manager shows file list. **To Reproduce** Steps to reproduce the behavior: 1. Run Example App 2....
in Android 11 and 12 it gives only images and video files and all other types of format files not showing in list please resolve this issue as soon as...
## Status **READY** ## Breaking Changes NO ## Description - Support custom error builder. #20 - Fix some typos. - [x] ✨ New feature (non-breaking change which adds functionality) -...
Support passing error page instead of returning below default red screen. ``` Container _errorPage(String error) { return Container( color: Colors.red, child: Center( child: Text("Error: $error"), ), ); } ```
Hello, When will Windows support be available? Thank you very much for your great widget. 💯 Regards, Jose
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. **Describe the solution you'd like** A clear and concise description...
When will MAC be supported? I tried running demo on a MAC and got the following error: ``` The following StateError was thrown building FutureBuilder(dirty, state: _FutureBuilderState#ed8b6): Bad state: No...
**Describe the bug** ``` static String basename(dynamic entity, [bool showFileExtension = true]) { if (entity is Directory) { return entity.path.split('/').last; } else if (entity is File) { return (showFileExtension) ====>...
**Description** Using example sample pasted at main.dart. With a Blackview phone with external storage: ``` The following assertion was thrown while dispatching notifications for ValueNotifier: setState() or markNeedsBuild() called during...