| [](https://pub.dev/packages/protobuf) |
| |
| Provides runtime support for a Dart implementation of protobufs. |
| |
| Typically one do not need to import this library–only 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) |