Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JideGuru/FileX
Simple File Explorer made with Flutter(WIP)
https://github.com/JideGuru/FileX
file-manager flutter flutter-apps
Last synced: about 2 months ago
JSON representation
Simple File Explorer made with Flutter(WIP)
- Host: GitHub
- URL: https://github.com/JideGuru/FileX
- Owner: JideGuru
- License: apache-2.0
- Archived: true
- Created: 2020-01-26T22:45:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T00:02:57.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:24:55.560Z (5 months ago)
- Topics: file-manager, flutter, flutter-apps
- Language: Dart
- Homepage:
- Size: 1.07 MB
- Stars: 472
- Watchers: 17
- Forks: 126
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileX (WIP)
A simple File Explorer(Still very buggy) made with Flutter.
To download apk:
- Tap on the button below(it will take you to another page)
- Scroll down the page to download `apk-release.apk`
## 💻 Requirements
* Any Operating System (ie. MacOS X, Linux, Windows)
* Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
* A little knowledge of Dart and Flutter## ✨ Features
- [x] Recent Files.
- [x] Search Files.
- [x] Sort Files.
- [x] Show/Hide Hidden files.
- [ ] Copy/Move/Paste Files.
- [x] Delete Files/Folders.
- [x] Rename Files/Folders.
- [x] Dark Mode.
- [ ] FTP.
- [x] Whatsapp Status Saver.## 📸 ScreenShots
| Light| Dark|
|------|-------|
|||
|||
|||
|||## 🔌 Plugins
| Name | Usage |
|------|-------|
|[**Provider**](https://pub.dev/packages/provider)| State Management|
|[**Open File**](https://pub.dev/packages/open_file)| To open files Natively|
|[**Device Apps**](https://pub.dev/packages/device_apps)| Get list of apps installed on Device|
|[**Mime Type**](https://pub.dev/packages/mime_type)| Get mime type of a file|
|[**Video Player**](https://pub.dev/packages/video_player)| Get thumbnail from a video file|## 🤓 Author(s)
**Olusegun Festus Babajide** [![Twitter Follow](https://img.shields.io/twitter/follow/iamjideguru.svg?style=social)](https://twitter.com/iamjideguru)## 🔖 LICENCE
[Apache-2.0](https://github.com/JideGuru/FlutterEbookApp/blob/master/LICENSE)