Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaetas/build_runner_helper
Short build_runner triggering in Dart/Flutter.
https://github.com/vaetas/build_runner_helper
dart flutter
Last synced: 3 days ago
JSON representation
Short build_runner triggering in Dart/Flutter.
- Host: GitHub
- URL: https://github.com/vaetas/build_runner_helper
- Owner: vaetas
- License: mit
- Created: 2020-10-06T16:35:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T21:41:07.000Z (about 4 years ago)
- Last Synced: 2024-12-16T03:42:35.461Z (20 days ago)
- Topics: dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/build_runner_helper
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# build_runner helper
![Pub Version](https://img.shields.io/pub/v/build_runner_helper)
For those tired of writing `flutter packages pub run build_runner build --delete-conflicting-outputs`. Should work both on Windows and macOS.
## Usage
Activate this package globally so you can access it as a regular command.
```
pub global activate build_runner_helper
```Run `builder` to trigger build.
Run `builder -w` or `builder --watch` to trigger build & watch for file changes.
Run `builder --help` to show usage help.
Option `--delete-conflicting-outputs` is by enabled default. You can disable it. See help.