flutter_build_helper
A command-line tool which helps you to build and tag artifacts with ease.
Guide
- Installation
In pubspec.yaml, add:
dev_dependencies:
flutter_build_helper: "^0.2.0"
- Usage
flutter pub get
flutter pub run flutter_build_helper:main <OPTIONS>
with <OPTIONS> as :
--version=VERSION_NB(mandatory)--out-path=PATH(optional) by default the output would be inDocumentsfolder of the current user.--apk(optional flag) means build an apk also--no-aab(optional flag) means do not generate an aab
Examples :
flutter pub run flutter_build_helper:main --v=1.3.0+5 --apk
flutter pub run flutter_build_helper:main --v=4.0.9 --apk --no-aab --out-path="..."
Road map
--help optionpublish to Pub ( into in reddit )Ios build artifactA customizable step to edit stuff before buildA customizable step to check stuffmigrate to https://github.com/fluttercommunity
Feel free to star the repo if you like it. :)