blob: f097e29a3bdf5f5ad05bc154eb14a6e64c76c27c [file] [log] [blame] [view]
[![pub package](https://img.shields.io/pub/v/protobuf.svg)](https://pub.dev/packages/protobuf)
[![package publisher](https://img.shields.io/pub/publisher/protobuf.svg)](https://pub.dev/packages/protobuf/publisher)
Provides runtime support for a Dart implementation of [protobufs][1].
Typically one does not need to import this library. The [protoc plugin][2]
compiles proto definitions to Dart files that import this library. If your
library or application uses generated protobuf libraries, add this library as a
dependency.
[1]: https://developers.google.com/protocol-buffers
[2]: https://pub.dev/packages/protoc_plugin
### References
* [Protobuf Dart tutorial](https://developers.google.com/protocol-buffers/docs/darttutorial)
* [Guide to generated Dart code](https://developers.google.com/protocol-buffers/docs/reference/dart-generated)
* [Dart API](https://pub.dev/documentation/protobuf/latest/protobuf/protobuf-library.html)