Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 757 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 757 Bytes

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.