model_generator 2.0.0 copy "model_generator: ^2.0.0" to clipboard
model_generator: ^2.0.0 copied to clipboard

outdated

Dart tool to automaticly generate models from a yml file to speed up your development flow.

Changelog #

2.0.0 - 2020-06-11 #

BREAKING #

Added #

1.6.0 - 2020-06-11 #

Added #

1.5.0 - 2020-05-19 #

Fixed #

  • Major bug when you did not specify object. (object is the default now)

1.4.1 - 2020-05-18 #

Fixed #

  • Formatting

1.4.0 - 2020-05-18 #

Added #

  • #19 Enum support you can now use add enums (with values) to your config.yaml

1.3.0 - 2020-04-22 #

Fixed #

  • #17 path ending with a / would crash your app

1.2.0 - 2020-04-22 #

Fixed #

  • #13 @JsonKey( ignore: true) should be a variable instead of a final field

1.1.0 - 2020-02-01 #

Added #

  • #11 option to ignore a field in the json serialization

1.0.0 - 2020-01-21 #

Fixed #

  • #6 yield is not supported. (keywords are changed to yieldValue the jsonName will still be yield)
  • #7 fixed readme
  • #8 _ should be removed
  • Some extra bugs and a more standard form is used.

0.4.2 - 2019-10-09 #

Fixed #

  • Fixed import for @required

0.4.0 - 2019-10-09 #

Added #

  • Named params to the models

0.3.0 - 2019-10-09 #

Added #

  • Nullable fields added

0.2.1 - 2019-10-09 #

Fixed #

  • Crash when using keywords

0.2.0 - 2019-10-09 #

Added #

  • Custom Path

0.1.0 - 2019-10-09 #

Fixed #

  • Bugfixing for unknown types
  • DateTime supported
  • number supported

0.0.1 - 2019-09-27 #

Added #

-Initial release

12
likes
0
points
278
downloads

Publisher

verified publishericapps.com

Weekly Downloads

Dart tool to automaticly generate models from a yml file to speed up your development flow.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, yaml

More

Packages that depend on model_generator