A Simple Android File Manager.
Report Bug
.
Request Feature
Zim is a simple android file manager built with Flutter. The app uses platform-specific code to access files in android storage using isolates to achieve multi-thread computing.
- Viewing, renaming, opening Files.
- Creating & deleting directories
- Hidden files view.
- Category View for different file types.
- Archive files decompression.
- Light & dark themes.
To get started you must have a working flutter development environment.
- Clone the repo
git clone https://github.com/Maiz27/zim.git
- Install dependencies
flutter pub get
- Run the flutter app
flutter run
Distributed under the MIT License. See LICENSE for more information.