flutter_easy_build 1.0.0
flutter_easy_build: ^1.0.0 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
🧑💻 Developed By #
Suhail N
🐛 Bugs/Requests #
If you encounter any problems feel free to open an issue. Contribute by reporting issues or suggesting features!