apn_json2model 1.6.1 copy "apn_json2model: ^1.6.1" to clipboard
apn_json2model: ^1.6.1 copied to clipboard

discontinued
outdated

Generate model class from Json file. Fork of json_to_model.

1.0.0 #

  • Initial version, created by Stagehand

1.2.0 #

  • rename directory models to `core

1.3.11 #

  • fix TitleCase error on className

1.3.12 #

  • fix file .g.dart not generated

1.3.13 #

  • Better usage peek on doc

1.4.0 #

  • Enum support

1.5.0 #

  • Support for @extends, @mixin and @override
  • Some minor improvements and bugfixes

1.5.1 #

  • Bugfix in multiple @imports via a list

1.5.2 #

  • Make toJson explicitToJson: true to always call nested classes toJson method.

1.5.3 #

  • Allow nullable support for .clone() method

1.5.5 #

  • Support for Flutter 1.22 (Updated build dependencies)

1.5.6 #

  • Ignore generated enum types in toJson

1.6.0 #

  • Upgrade build_runner and build_runner_core

1.6.1 #

  • Add basic support for nested json models (fixed imports for used classes)