Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.7 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.7 KB

Logo

Zim

A Simple Android File Manager.

Report Bug . Request Feature

Contributors Forks Stargazers Issues License

About The Project

Screen Shot

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.

Features

  • Viewing, renaming, opening Files.
  • Creating & deleting directories
  • Hidden files view.
  • Category View for different file types.
  • Archive files decompression.
  • Light & dark themes.

Getting Started

To get started you must have a working flutter development environment.

Installation

  1. Clone the repo
git clone https://github.com/Maiz27/zim.git
  1. Install dependencies
flutter pub get
  1. Run the flutter app
flutter run

License

Distributed under the MIT License. See LICENSE for more information.