freezer 0.2.0 freezer: ^0.2.0 copied to clipboard
Automatically generates object classes supported by the freezed library directly from JSON files.
Release Note #
v0.2.0 #
- For future extensibility, fixed the specification of the
!as:
identifier. From this version, this identifier should specify the name of the file to be generated. The file name of the snake case specified by this identifier is converted to a camel case class name at runtime. (#12) - Added the
.!name:
identifier to specify the name of the field.@JsonKey
will be used if this identifier is specified. (#13) - Fixed to ignore warnings when
@JsonKey
is used for a field. (#11)
v0.0.2 #
- Fixed entry file name from
freezer.dart
tomain.dart
.
v0.0.1 #
- First Release.