Update min SDK to 1.13 – removed dependency on pkg/crypto

Also moved code review server to standard name

R=skybrian@google.com

Review URL: https://codereview.chromium.org//1888403003 .
5 files changed
tree: 6e584365d3c0ed04f723fc474b89cc801f3fc7d9
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .status
  6. .test_config
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. PATENTS
  13. pubspec.yaml
  14. README.md
README.md

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