An open API service indexing awesome lists of open source software.

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.

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
```