0.3.5+1
Bugfix for broken protobuf decoding in case of Uint8List views with non-zero offsets

R=sgjesse@google.com

Review URL: https://chromiumcodereview.appspot.com//885223002
4 files changed
tree: 2dba648712a647399a0c374d9bf553e31d028ab0
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. AUTHORS
  6. CHANGELOG.md
  7. codereview.settings
  8. CONTRIBUTING.md
  9. LICENSE
  10. PATENTS
  11. pubspec.yaml
  12. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Build Status

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