# protobuf **Repository Path**: mirrors_dave/protobuf ## Basic Information - **Project Name**: protobuf - **Description**: Runtime library for Dart protobufs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Protobuf support for Dart [Protocol Buffers](https://developers.google.com/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](https://pub.dev/documentation/protobuf/latest/). It contains: - [protoc_plugin](protoc_plugin/) A Dart back-end for the protoc compiler. - [protobuf](protobuf/) Support library for the generated code.