Prefix grpc method 'call' and 'request' arguments with '$' to avoid shadowing user methods with the same name (#964) Fixes #159 Fixes #963 Tested: - Protos in `googleapis`, `helloworld`, and `metadata` examples in [`grpc`][1] are re-generated using this patch and the projects are analyzed with `dart analyze` using the protobuf library in this patch. - Global presubmits in cl/731182528. [1]: https://github.com/grpc/grpc-dart/tree/master/example
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. | [![pub package] |
| api_benchmark | Benchmarking a number of different api calls. | |
| 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.