Clone this repo:
  1. a73edc9 Remove legacy interop use (conditional import on dart.library.html) (#1102) by Martin Kustermann · 5 days ago master protobuf-v6.1.0 protoc_plugin-v25.1.0
  2. cde8e28 Make name argument to BuilderInfo.add<T> nullable (for tree shaking purposes) (#1101) by Martin Kustermann · 4 weeks ago
  3. 91efb90 Use `$_createMessage()` of type `GeneratedMessage Function()` in Dart protoc compiler (#1093) by Martin Kustermann · 3 months ago
  4. 84079e8 Bump dart-lang/setup-dart from 1.7.1 to 1.7.2 (#1092) by dependabot[bot] · 6 months ago
  5. d5639f4 Update protoc_plugin/README.md links and references (#1087) by Panmari · 9 months ago

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.