blob: f4cc19d0f99408de61c7c19db6c067ffc9b2847e [file] [log] [blame] [view]
## Protobuf support for Dart
[Protocol Buffers](https://developers.google.com/protocol-buffers) (protobuf)
are Google's language-neutral, platform-neutral, extensible mechanism for
serializing structured data.
This repository is home to packages related to
[protobuf support for Dart](https://pub.dev/documentation/protobuf/latest/).
| Package | Description | Published Version |
| --- | --- | --- |
| [protobuf](protobuf/) | Runtime library for protocol buffers support. | [![pub package](https://img.shields.io/pub/v/protobuf.svg)](https://pub.dev/packages/protobuf) |
| [protoc_plugin](protoc_plugin/) | A protobuf protoc compiler plugin used to generate Dart code. | [![pub package](https://img.shields.io/pub/v/protoc_plugin.svg)](https://pub.dev/packages/protoc_plugin) |
| [benchmarks](benchmarks/) | Benchmarks for various protobuf functions. | |
## Publishing automation
For information about our publishing automation and release process, see
https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.