Make CodedBufferWriter.writeRawBytes public (#407)

writeRawBytes might be occasionally useful to write length-delimited
streams of proto messages. Also it used to be public before
https://github.com/dart-lang/protobuf/commit/6e53bb1404f69d033ecc20afc77a586a6cb6e720
1 file changed
tree: 96eddfaa348439710b2770510059e48f4d35397f
  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: