filex icon indicating copy to clipboard operation
filex copied to clipboard

Configurable file explorer widget for Flutter

Results 3 filex issues
Sort by recently updated
recently updated
newest added

need null safety version for this plugin. I upgrade my project to flutter 2.0.2. After that when goes to upgrade plugins, ex. for path_provider through > filex 0.3.0 depends on...

Migrated to null-safety. Changed the example and removed the permission package. `showOnlyDirectories` and `showHiddenFiles` resort to `false` by default.

Currently, top navigation is visible for non root directories. But in our current applications, once a user selects a folder, the root directory is changed to this directory (to help...