blob: 0a48e48d3659730d5372bf7e3c3b5f2b043190d7 [file] [log] [blame] [view]
[![pub package](https://img.shields.io/pub/v/protobuf.svg)](https://pub.dev/packages/protobuf)
Provides runtime support for a Dart implementation of protobufs.
Typically one do not need to import this libraryonly libraries
generated by the protoc plugin import this library directly.
If your library or application uses generated protobuf libraries, add this
library as a dependency.
### References
* [Dart tutorial](https://developers.google.com/protocol-buffers/docs/darttutorial)
* [Dart generated code guide](https://developers.google.com/protocol-buffers/docs/reference/dart-generated)
* [Dart API](https://pub.dev/documentation/protobuf/latest/)
* [Protobuf repository](https://github.com/google/protobuf)
* [Protoc plugin project](https://github.com/dart-lang/protobuf/tree/master/protoc_plugin)