flakka_buf_runner 0.3.0-alpha.2
flakka_buf_runner: ^0.3.0-alpha.2 copied to clipboard
A run-process helper for using the buf CLI
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flakka_buf_runnerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flakka_buf_runner: ^0.3.0-alpha.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flakka_buf_runner/flakka_buf_runner.dart';