FileX
Simple File Explorer made with Flutter(WIP)
File Explorer
Download Latest Version (.zip)- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- styles.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- key.properties
- settings.gradle
- video-placeholder.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .gitignore
- Podfile
- app_provider.dart
- category_provider.dart
- core_provider.dart
- providers.dart
- browse.dart
- add_file_dialog.dart
- rename_file_dialog.dart
- widgets.dart
- folder.dart
- main_screen.dart
- about.dart
- apps_screen.dart
- category.dart
- downloads.dart
- ftp_screen.dart
- images.dart
- ios_error.dart
- search.dart
- settings.dart
- share.dart
- splash.dart
- whatsapp_status.dart
- consts.dart
- dialogs.dart
- extensions.dart
- file_utils.dart
- navigate.dart
- strings.dart
- theme_config.dart
- utils.dart
- custom_alert.dart
- custom_divider.dart
- custom_loader.dart
- device_card.dart
- dir_item.dart
- dir_popup.dart
- file_icon.dart
- file_item.dart
- file_popup.dart
- path_bar.dart
- sort_sheet.dart
- storage_item.dart
- video_thumbnail.dart
- widgets.dart
- app.dart
- main.dart
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
- 5.jpg
- 6.jpg
- 7.jpg
- 8.jpg
- widget_test.dart
- .gitignore
- .metadata
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/JideGuru/FileX
Downloads the entire project code from GitHub to your computer.
cd FileX
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
