Remove duplicate consts (#773)

A few more cleanups to the generated code:

- remove unnecessary consts (and the ignore: unnecessary_const directive)
- when we print out base64, don't emit lines longer than 80 chars
- adjust import ordering
29 files changed
tree: 3c1d835b4e9a70a731fe8bc1bcf667c9aed60960
  1. .github/
  2. api_benchmark/
  3. benchmarks/
  4. protobuf/
  5. protoc_plugin/
  6. tool/
  7. .gitignore
  8. AUTHORS
  9. LICENSE
  10. mono_repo.yaml
  11. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf