Fix JSON serialization of unsigned 64-bit fields. (#229)

Fix JSON serialization of unsigned 64-bit fields.

The current behavior treats signed and unsigned 64-bit fields the same, which relies on users needing to know to flip the negative appropriately. With the introduction of toStringUnsigned in fixnum v 0.10.9, we can handle this correctly.
5 files changed
tree: c7abf73e6053ad349c63fa23548dd792d2c5423f
  1. api_benchmark/
  2. protobuf/
  3. protoc_plugin/
  4. query_benchmark/
  5. tool/
  6. .gitignore
  7. .travis.yml
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for dart

Build Status

This repository is home to packages related to support for the protobuf format for dart. It contains: