Revert changes to reserved names to maintain backwards compat (#636)

146b186 and b96dc21 removed some of the reserved names. Removing a
reserved name is a breaking change as a reserved field name would
previously be added a suffix. To avoid keep things backwards compatible
this adds those reserved names back, to be removed in the next major
release.
3 files changed
tree: 2474ee6f038016dbca6a0d69254ba17271d0a241
  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: