dataforge_cli 0.6.0-dev.2
dataforge_cli: ^0.6.0-dev.2 copied to clipboard
A Dart code generator that forges data classes with JSON serialization support from annotated classes.
0.6.0-dev.2 #
- Bump version.
0.6.0-dev.1 #
- Fix
readObjectcall arguments to pass value directly instead of map and key.
0.6.0-dev.0 #
- Refine nested
copyWithAPI: use chained getter syntax (e.g.,.$address.street) and remove flat accessor syntax.
0.2.0 #
- Chained copyWith support
- Support for fromJson and toJson hooks
0.1.0 #
- Initial release of data_class_gen