Sync changes from internal repo. (#82)

* Added fast getters for common types.
* Only pass index instead of both tag and index to accessors.
* Delegate more methods to underlying list in PbList.

Fixes #76.
11 files changed
tree: ce2ac7f19eb86cf6c0051876812f455bf0608be8
  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