Skip to content

Releases: google/protobuf.dart

0.3.11

07 Jul 21:49
Compare
Choose a tag to compare
  • Add meta.dart which declares reserved names for the plugin.

0.3.10

06 Jul 18:36
Compare
Choose a tag to compare

Includes GeneratedService and RpcClient interfaces. (They are used in stubs generated for service definitions.)

0.3.9

24 Jun 02:23
Compare
Choose a tag to compare
  • Add experimental mixins_meta library
  • Add experimental PbMapMixin class (in a separate library).
  • Fix bug where ExtensionRegistry would not be used for nested messages.

added mergeFromJsonMap and writeToJsonMap

21 Apr 22:54
Compare
Choose a tag to compare

This release adds two new methods that are useful if you need to customize how JSON serialization is done. Make sure you also use the matching release of dart-protoc-plugin.