Merge pull request #103 from nkoroste/master

Fix Dart 2 related issue for strong types and default values
tree: 1f71c79f22d905c9d1254edbecd3f548dd231469
  1. benchmarks/
  2. lib/
  3. test/
  4. .gitignore
  5. .status
  6. .test_config
  7. .travis.yml
  8. analysis_options.yaml
  9. AUTHORS
  10. CHANGELOG.md
  11. codereview.settings
  12. CONTRIBUTING.md
  13. LICENSE
  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