| commit | 7fcd48b24b92671f59b36a7b3ce23208f5600b7c | [log] [tgz] |
|---|---|---|
| author | Ömer Sinan Ağacan <[email protected]> | Tue Nov 18 12:09:27 2025 |
| committer | GitHub <[email protected]> | Tue Nov 18 12:09:27 2025 |
| tree | 08aa3e8128622091381e5ae822219646a83d5fa8 | |
| parent | 3ed04a91ff4de8493226e8fd0d89678c2986edf6 [diff] |
Sync some of the internal changes (#1084) - Remove redundant `break`s in `switch` statements. - Move type annotations from variables to lists: `final T x = [...]` to `final x = <T>[...]` - Copy a dart2js optimization when accessing `GeneratedMessage._fieldSet` - Sort exports in `internal.dart`.
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.