zmodel_to_dart 0.2.2
zmodel_to_dart: ^0.2.2 copied to clipboard
A Dart builder to generate DTO classes from ZModel schema files
0.2.2 #
- Normalized generated RPC path templates to use single-quoted Dart strings
0.2.1 #
- Refined generated ZenStack RPC client method signatures
- Simplified generated null-aware map entries for RPC payloads
- Expanded public API documentation
- Updated README examples and package version references
0.2.0 #
- Added generated ZenStack RPC client support
- Added inline generated
ZModelbase with typed model resolution - Added RPC config options in
zmodel_to_dart.yaml - Added Dio transport example to the README
0.1.0 #
- Initial release
- Added ZModel parser and DTO generator
- Added build_runner builder support
- Added standalone CLI support