/protobuf.dart

Runtime library for Dart protobufs

Primary LanguageDart

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:

  • protoc_plugin A Dart back-end for the protoc compiler.
  • protobuf Support library for the generated code.