Remove old and unused test file (#589)

This file was needed in older versions of Dart. It's currently not used,
and the tests do not pass when run, probably because of the static
variable in protoc_plugin/lib/src/code_generator.dart:23.
1 file changed
tree: 66e1bec5b9c19491ad9c3c214d186a0e7566d8f5
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protoc_plugin/
  5. query_benchmark/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for Dart

CI status pub package

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. It contains: