model_generator 2.1.2
model_generator: ^2.1.2 copied to clipboard
Dart tool to automaticly generate models from a yml file to speed up your development flow.
Changelog #
2.1.0 - 2020-07-24 #
Added #
- #26 supprot for custom objects
- #28 support for custom fromJson & toJson objects
2.0.0 - 2020-06-11 #
1.6.0 - 2020-06-11 #
Added #
- Custom jsonKey support (Thanks to NicolaChimerapps)
1.4.0 - 2020-05-18 #
Added #
- #19 Enum support you can now use add enums (with values) to your config.yaml
1.2.0 - 2020-04-22 #
Fixed #
- #13 @JsonKey( ignore: true) should be a variable instead of a final field