fast_build_runner 0.1.6
fast_build_runner: ^0.1.6 copied to clipboard
Faster watch and incremental rebuild workflows for build_runner-based Dart and Flutter projects.
void main() {
print('fast_build_runner is a CLI package.');
print('');
print('Quick start:');
print(' dart pub global activate fast_build_runner');
print(' fast_build_runner watch');
print('');
print('One-shot build:');
print(' fast_build_runner build --delete-conflicting-outputs');
}