commit | 41193fdda5a9fc8afdac2edd97f6f05f203efafa | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@gmail.com> | Mon Aug 14 23:47:17 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 15 08:47:17 2023 +0200 |
tree | cad96459f41ebde8933c0922623f51331e1f12a1 | |
parent | a852ba4e4b6f319c655fc938864dac8442b7c4ad [diff] |
Rename a local variable to avoid proto field name conflicts, re-generate protos (#869) - Rename a local variable to avoid proto field name conflicts. This fixes an issue we're seeing with the latest version of `package:protoc_plugin` and the dartpad proto definitions. - Re-generate descriptor protos. - Update CI config to re-run publishing when labels change.
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.
Package | Description | Published Version |
---|---|---|
protobuf | A support library for the generated code | |
protoc_plugin | A Dart back-end for the protoc compiler | |
api_benchmark | Benchmarking for various API calls | |
query_benchmark | Benchmark for encoding and decoding of a “real-world” protobuf |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.