flutter_file_manager
A set of utilities, that help to manage the files & directories in Android system.
You are in your way to create File Manager app or a Gallery App.
Usage
To use this package, add these
dependency in your
dependency in your
pubspec.yaml
file.
And, add read / write permissions in your
android/app/src/main/AndroidManifest.xml
Don't forget to grant
Storage
permissions to your app, manually or by this plugin simple_permissionsExample
Features
- file details
- search files or directories: supports regular expressions
- recent created files: you can exclude a list of directories from the tree
- directories only tree: you can exclude a list of directories from the tree
- files only tree: you can exclude a list of directories from the tree
- files list from specific point
- delete files
- delete directory
- temp file
- Sorting file by: type, size, date, ..