| commit | bed508e273592a9191b685f1634b0638cd657298 | [log] [tgz] |
|---|---|---|
| author | Ömer Sinan Ağacan <omersa@google.com> | Thu Oct 30 11:21:12 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Oct 30 10:21:12 2025 +0000 |
| tree | ad6915f248788c793531f506fbf04c11d465becc | |
| parent | 4b488e014f94b643e95d137823eca10e8a5674fe [diff] |
Don't generate `createRepeated` members (#1074) `createRepeated` members are not that useful, because `PbList` doesn't provide much over the standard library `List`, and `MyMessage.createRepeated()` can be replaced with `<MyMessage>[]`. To reduce generated code sizes and dependencies to `PbList`, remove the `createRepeated` members.
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 support for Dart.
| Package | Description | Published Version |
|---|---|---|
| protobuf | Runtime library for protocol buffers support. | |
| protoc_plugin | A protobuf protoc compiler plugin used to generate Dart code. | |
| benchmarks | Benchmarks for various protobuf functions. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.