Skip to content

Releases: icapps/flutter-model-generator

v3.0.0

13 Oct 19:06
3749298
Compare
Choose a tag to compare

Breaking Change

  • renamed includeIfNull to include_if_nul to keep a consistent api

Added

  • Added unknown_enum_value support (Thanks to DimmyMaenhout)
  • Added non_final support

v2.3.0

04 Oct 12:49
2aa1c2d
Compare
Choose a tag to compare

Added FVM support

v2.2.0

04 Oct 12:29
48f252e
Compare
Choose a tag to compare

Added

  • Travis CI support (badge)
  • Coveralls test coverage support (badge) (no test yet issue #38)
  • MIT license (badge)
  • Support for custom base_directory (Thanks to JeremiFerre)
  • Support for dynamic dart type (Thanks to JeremiFerre)
  • Support for includeIfNull annotation property (Thanks to DimmyMaenhout)

Fixed

  • The removed .g.dart files (Thanks to JeremiFerre)

Updated

  • Documentation updated
  • Dependencies updated
  • License

v2.1.2

24 Jul 11:02
Compare
Choose a tag to compare

Fixed formatting

v2.1.1

24 Jul 10:57
Compare
Choose a tag to compare

Fixed the analyzer

2.1.0

24 Jul 10:57
ead1b5a
Compare
Choose a tag to compare

Added:
#26
#28

v1.1.0

03 Feb 07:55
Compare
Choose a tag to compare

added #11

v1.0.0

21 Jan 15:13
4617066
Compare
Choose a tag to compare

#6
#7
#8
and a more standard way of defining models is used.

v0.4.2

23 Oct 19:13
e83f867
Compare
Choose a tag to compare

Fixes #5

v0.3.0

09 Oct 11:44
Compare
Choose a tag to compare

Added nullable fields when not required (#3)