Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarekbazine/flutter_build_helper
A command-line tool which helps you to build and tag artifacts with ease.
https://github.com/tarekbazine/flutter_build_helper
build-tool dart flutter flutter-package tool utility
Last synced: 1 day ago
JSON representation
A command-line tool which helps you to build and tag artifacts with ease.
- Host: GitHub
- URL: https://github.com/tarekbazine/flutter_build_helper
- Owner: tarekbazine
- License: other
- Created: 2021-04-03T21:22:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T12:40:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T06:08:28.772Z (2 months ago)
- Topics: build-tool, dart, flutter, flutter-package, tool, utility
- Language: Dart
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [flutter_build_helper](https://pub.dev/packages/flutter_build_helper)
A command-line tool which helps you to build and tag artifacts with ease.
## Guide
1. Installation
In `pubspec.yaml`, add:
```yml
dev_dependencies:
flutter_build_helper: "^0.2.0"
```2. Usage
```shell
flutter pub get
flutter pub run flutter_build_helper:main
```with `` as :
- `--version=VERSION_NB` (mandatory)
- `--out-path=PATH` (optional) by default the output would be in `Documents` folder of the current user.
- `--apk` (optional flag) means build an apk also
- `--no-aab` (optional flag) means do not generate an aabExamples :
```shell
flutter pub run flutter_build_helper:main --v=1.3.0+5 --apk
``````shell
flutter pub run flutter_build_helper:main --v=4.0.9 --apk --no-aab --out-path="..."
```---
## Road map
- [ ] --help option
- [ ] publish to Pub ( into in reddit )
- [ ] Ios build artifact
- [ ] A customizable step to edit stuff before build
- [ ] A customizable step to check stuff
- [ ] migrate to https://github.com/fluttercommunity---
Feel free to star the repo if you like it. :)
[]: https://pub.dev/packages/flutter_build_helper