Sync changes from internal repo. (#133)

Namely, the last major external change (support for Any proto) caused a large breakage internally because of the new behavior of BuilderInfo.messageName. This getter has been reverted back to its original behavior, and a new BuilderInfo.qualifiedMessageName has been introduced.
10 files changed
tree: c3d9a44e65406464d49ad961b92e2a26a3203480
  1. benchmarks/
  2. lib/
  3. test/
  4. .gitignore
  5. .status
  6. .test_config
  7. .travis.yml
  8. AUTHORS
  9. CHANGELOG.md
  10. codereview.settings
  11. CONTRIBUTING.md
  12. LICENSE
  13. pubspec.yaml
  14. 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