Fix proto3 repeated field encoding without packed option (#635)

proto3 repeated fields are packed by default, see
https://developers.google.com/protocol-buffers/docs/encoding#packed.

Fixes #345
8 files changed
tree: f202a9eafd8dcc50589f92ae6bcdbbe062648198
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protoc_plugin/
  5. query_benchmark/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for Dart

CI status pub package

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 for Dart. It contains: