😍 Flutter Easy Build
Simple CLI, fully written in Dart, to streamline Flutter APK and AAB building, and automatically open the output folder in your file explorer.
📝 Features
flutter_easy_build buildApk: Builds APK, opens output.flutter_easy_build cleanAndBuild: Cleans, builds APK, opens output.
⬇️ Installing
dart pub global activate flutter_easy_build- Ensure the Dart SDK's
bindirectory is in your system's PATH. This is typically$HOME/.pub-cache/binor thebin/cache/dart-sdk/bindirectory within your Flutter SDK. Verify by runningdart --versionin your terminal.
🛠️ How To Use
From your Flutter project:
flutter_easy_build buildApkflutter_easy_build cleanAndBuild
🧩Screenshots
| Flutter Easy Build |
|---|
🧑💻 Developed By
Suhail N
🐛 Bugs/Requests
If you encounter any problems feel free to open an issue. Contribute by reporting issues or suggesting features!
Libraries
- flutter_easy_build
- A simple command-line tool to automate Flutter APK builds, streamlining the process of building, renaming, and opening the output directory.