You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are Google's language-neutral, platform-neutral, extensible mechanism for
7
5
serializing structured data.
8
6
9
7
This repository is home to packages related to
10
-
[protobuf for Dart](https://pub.dev/documentation/protobuf/latest/).
8
+
[protobuf support for Dart](https://pub.dev/documentation/protobuf/latest/).
11
9
12
-
Package | Description | Published Version
13
-
--- | --- | ---
14
-
[protobuf](protobuf/) | A support library for the generated code | [](https://pub.dev/packages/protobuf)
15
-
[protoc_plugin](protoc_plugin/) | A Dart back-end for the protoc compiler | [](https://pub.dev/packages/protoc_plugin)
16
-
[api_benchmark](api_benchmark/) | Benchmarking for various API calls |
17
-
[query_benchmark](query_benchmark/) | Benchmark for encoding and decoding of a "real-world" protobuf |
10
+
|Package | Description | Published Version|
11
+
|--- | --- | ---|
12
+
|[protobuf](protobuf/)|Runtime library for protocol buffers support.|[](https://pub.dev/packages/protobuf)|
13
+
| [protoc_plugin](protoc_plugin/) | A protobuf protoc compiler plugin used to generate Dart code. | [![pub package] |(https://img.shields.io/pub/v/protoc_plugin.svg)](https://pub.dev/packages/protoc_plugin)
14
+
|[api_benchmark](api_benchmark/)| Benchmarking a number of different api calls. ||
15
+
|[benchmarks](benchmarks/)|Benchmarks for various protobuf functions. ||
0 commit comments