ball_protobuf_gen 0.3.1
ball_protobuf_gen: ^0.3.1 copied to clipboard
Consumer-model code generator support for ball_protobuf: turns protoc-emitted FileDescriptorSets into the resolved, Editions-aware Map field descriptors that the ball_protobuf runtime consumes. Depend [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ball_protobuf_genWith Flutter:
$ flutter pub add ball_protobuf_genThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ball_protobuf_gen: ^0.3.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ball_protobuf_gen/ball_protobuf_gen.dart';