Add addAll() method to ExtensionRegistry (#210)

* Add addAll() method to ExtensionRegistry

Convenience method for when you have a list of extensions and you want to add them all at once (e.g. via cascade operator while constructing the registry, which you can't otherwise easily do today).

* Add addAll() to EmptyExtensionRegistry too

Needed so it conforms to ExtensionRegistry

* Remove tws

* Increment version in pubspec.yaml

* Mention new addAll method in CHANGELOG
3 files changed
tree: 57b22e29d2caa575bc3cf0017bbb57a22fbe1557
  1. api_benchmark/
  2. protobuf/
  3. protoc_plugin/
  4. query_benchmark/
  5. tool/
  6. .gitignore
  7. .travis.yml
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for dart

Build Status

This repository is home to packages related to support for the protobuf format for dart. It contains: