model_generator 1.5.0
model_generator: ^1.5.0 copied to clipboard
Dart tool to automaticly generate models from a yml file to speed up your development flow.
Changelog #
[1.5.0] - 2020-05-19 #
Fixed #
- Major bug when you did not specify object. (object is the default now)
[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