model_factory 1.4.3 model_factory: ^1.4.3 copied to clipboard
Generate model boiler plate
1.4.3 #
- FIX: file name.
1.4.2 #
- FIX: update pubspec.
1.4.1 #
- FIX: update pubspec.
1.4.0 #
- FIX: update pubspec description.
- FIX: update template header.
- FEAT: update generator.
- FEAT: :.
- FEAT: sort imports.
1.3.8 #
- FieldParseException
1.3.7 #
- ModelParseException.toString()
1.3.6 #
- added fromJson and toJson in JsonKey
1.3.5 #
- add ModelParseException
1.3.4 #
- add modelDecode
1.3.3 #
- add ignore, ignoreFromJson, ignoreToJson
1.3.1 #
- clean up
1.3.0+1 #
- clean up
1.3.0 #
- clean up
1.2.2+1 #
- fix conflicting deps version
1.2.2 #
- fix conflicting deps version
1.2.1 #
- fix deps version
1.2.0 #
- added fromJson and toJson generator using @JsonSerializable and @JsonKey
1.1.8 #
- improve deserialization
1.1.7 #
- improve deserialization
1.1.6 #
- return null if value is null
1.1.5 #
- return null if key not exists
1.1.4 #
- added List
1.1.3 #
- fix output
1.1.2 #
- fix auto convert list
1.1.1 #
- auto convert list and map
1.1.0 #
- Using build_runner instead of bin
flutter pub run build_runner build
1.0.2 #
- Fix regex
1.0.1 #
- Fix dateTime
1.0.0 #
- Initial version.