😍 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

  1. dart pub global activate flutter_easy_build
  2. Ensure the Dart SDK's bin directory is in your system's PATH. This is typically $HOME/.pub-cache/bin or the bin/cache/dart-sdk/bin directory within your Flutter SDK. Verify by running dart --version in your terminal.

🛠️ How To Use

From your Flutter project:

  • flutter_easy_build buildApk
  • flutter_easy_build cleanAndBuild

🧩Screenshots

Flutter Easy Build
image

🧑‍💻 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.