proto_generator 4.3.0 copy "proto_generator: ^4.3.0" to clipboard
proto_generator: ^4.3.0 copied to clipboard

Code generation of .proto and Dart mapper classes to facilitate the usage of PODOs (plain-old-dart-objects) with gRPC

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add proto_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  proto_generator: ^4.3.0

Alternatively, 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:proto_generator/proto_generator.dart';
7
likes
120
pub points
62%
popularity

Publisher

verified publishersquarealfa.com

Code generation of .proto and Dart mapper classes to facilitate the usage of PODOs (plain-old-dart-objects) with gRPC

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

analyzer, build, decimal, glob, grpc, path, proto_annotations, recase, source_gen, squarealfa_generators_common

More

Packages that depend on proto_generator