Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

Clone this repo:
  1. 07eed6e Generalize argument type of `PbList.from` from `List<T>` to `Iterable<T>` (#1054) by Ömer Sinan Ağacan · 30 hours ago master
  2. 0447bd2 Run plugin with asserts when building test protos (#1055) by Ömer Sinan Ağacan · 2 days ago
  3. 660bbc8 Edition support (#1052) by Ömer Sinan Ağacan · 2 days ago
  4. 82fc34f Improve golden file checking (#1053) by Ömer Sinan Ağacan · 3 days ago
  5. 456e2ee Generate unittest_features proto (#1051) by Ömer Sinan Ağacan · 10 days 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.