Remove monorepo (#1030)

Committer's note: mono_repo works fine for simple cases, but it's not
sufficiently documented when you try to do things slightly differently.

Because of this, and also because other Dart ecosystem packages (like
those in dart-lang/core) also use GitHub workflows, we switch to
workflows.
9 files changed
tree: 8539b9bff040a47416a1ff5fcf9724f73aa335ae
  1. .github/
  2. benchmarks/
  3. protobuf/
  4. protoc_plugin/
  5. tool/
  6. .gitignore
  7. analysis_options.yaml
  8. AUTHORS
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

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 support for Dart.

PackageDescriptionPublished Version
protobufRuntime library for protocol buffers support.pub package
protoc_pluginA protobuf protoc compiler plugin used to generate Dart code.pub package
benchmarksBenchmarks for various protobuf functions.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.