proto_generator 2.0.2 proto_generator: ^2.0.2 copied to clipboard
Code generation of .proto and Dart mapper classes to facilitate the usage of PODOs (plain-old-dart-objects) with gRPC
2.0.2 #
- Added support for multiple @proto and @mapProto annotated classes within a single .dart file
- Added support for Map
- Improved support for constructors of mapped PODO's
2.0.1 #
- Fixed broken links to example
2.0.0 #
- Generating services (with breaking changes).
1.2.2-dev #
- Update dependencies
1.2.1 #
- Added reference to integrating framework.
1.2.0 #
- Removed redundant base classes
1.1.3 #
- Removed deprecated nullableFieldsByDefault property from proto annotation
1.1.2 #
- Removed deprecated nullableFieldsByDefault property from protoBase annotation
1.1.1 #
- Updated dependencies
1.1.0 #
- Removed deprecated nullableFieldsByDefault property from annotations
1.0.1 #
- Removed incorrect header from README
1.0.0 #
- Initial version