Sync changes from internal repo. (#98)

1 file changed
tree: 4d810b5a5b8dd608bed626396d69c1c541811a95
  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. 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