d2p_gen 1.0.0 d2p_gen: ^1.0.0 copied to clipboard
This package creates messages for .g.proto based on existing dart classes through recursive traversal of AST nodes . If necessary, creates mappers for DTO classes (obtained through the protocol uti [...]
Changelog #
All notable changes to this project will be documented in this file.
[0.0.1] - 2023-02-12 #
Initial version.
[1.0.0] - 2024-03-31 #
Bugs
- Fixed bugs related to mapper generation. Parameters of classes must now have strict types (not dynamic) and cannot be Dart base types or asynchronous types. Any violation of these rules will result in a build error.
Feature
- Added feature to generate and run tests for DTO mappers.