flutter_easy_build 1.0.1
flutter_easy_build: ^1.0.1 copied to clipboard
A CLI tool to build and open APK directories in Flutter projects.
๐ 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!