Clone this repo:
  1. 46c3697 Update test protos copied from C++ protobuf (#1079) by Ömer Sinan Ağacan · 34 hours ago master
  2. b98d4e2 Implement proto text format generator (#1080) by Ömer Sinan Ağacan · 34 hours ago
  3. 1ebb09c Release protobuf-5.1.0 (#1078) by Ömer Sinan Ağacan · 6 days ago protobuf-v5.1.0
  4. 24f9cf0 Fix message comparison throwing type error when comparing maps in some cases (#1077) by Ömer Sinan Ağacan · 6 days ago
  5. 4dfedaf Don't iterate iterable arguments twice in PbList (#1070) by Ömer Sinan Ağacan · 9 days ago protoc_plugin-v24.0.0

Protobuf support for Dart

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.

PackageDescriptionPublished Version
protobufRuntime library for protocol buffers support.pub package
protoc_pluginA protobuf protoc compiler plugin used to generate Dart code.pub package
benchmarksBenchmarks 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.