https://github.com/fluttercandies/flutter_app_build_tool
A CLI tool that helps to build Flutter apps.
https://github.com/fluttercandies/flutter_app_build_tool
Last synced: 10 months ago
JSON representation
A CLI tool that helps to build Flutter apps.
- Host: GitHub
- URL: https://github.com/fluttercandies/flutter_app_build_tool
- Owner: fluttercandies
- Created: 2023-07-21T02:23:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T09:37:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-21T22:36:25.032Z (about 1 year ago)
- Language: Dart
- Size: 8.79 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# flutter_build
A CLI tool that helps to build Flutter apps.
## Getting Started
The tool must collaborate with
[env2dart](https://github.com/fluttercandies/env2dart).
### Pub global
```shell
$ dart pub global activate -sgit https://github.com/fluttercandies/flutter_app_build_tool
$ flutter_build -h
```
### Run directly
```shell
$ dart run bin/flutter_build.dart -h
```