Sync changes from internal repo. (#79)

* Added enumValues to FieldInfo. Fixes #63.
* Small performance optimization when deserializing repeated messages
  from JSON.
* Type annotations for strong mode.
7 files changed
tree: acdc54df50e8b4dd520745d1b62c4beb646b6fc8
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .test_config
  6. .travis.yml
  7. analysis_options.yaml
  8. AUTHORS
  9. CHANGELOG.md
  10. codereview.settings
  11. CONTRIBUTING.md
  12. LICENSE
  13. PATENTS
  14. pubspec.yaml
  15. README.md
README.md

Build Status pub package

Provides runtime support for a Dart implementation of protobufs.

Typically one do not need to import this library–only libraries generated by the protoc plugin import this library directly.

If your library or application uses generated protobuf libraries, add this library as a dependency.

References