model_factory 1.2.0 model_factory: ^1.2.0 copied to clipboard
A starting point for Dart libraries or applications.
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.