EZ-Flutter
EZ Flutter is a collection of widgets, packages and many more usefull things, mixed up in little framework.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- org.eclipse.buildship.core.prefs
- AndroidManifest.xml
- MainActivity.java
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .project
- build.gradle
- gradle.properties
- settings.gradle
- main.dart
- ez_logo64.png
- ez_logo_long64.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.h
- AppDelegate.m
- Info.plist
- main.m
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- ez_flutter_model.dart
- EzDynamicTheme.dart
- EzSettings.dart
- EzSettingsKeys.dart
- EzTranslator.dart
- EzFlutterCupertinoApp.dart
- EzFlutterMaterialApp.dart
- ez_runner.dart
- ez_flutter.dart
- .gitignore
- .metadata
- analysis_options.yaml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Ephenodrom/EZ-Flutter
Downloads the entire project code from GitHub to your computer.
cd EZ-Flutter
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)
