freezer 0.2.0 copy "freezer: ^0.2.0" to clipboard
freezer: ^0.2.0 copied to clipboard

discontinued
outdated

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.1.0 #

  • Supported DartDoc for class object and field. (#9)

v0.0.2 #

  • Fixed entry file name from freezer.dart to main.dart.

v0.0.1 #

  • First Release.
24
likes
0
pub points
64%
popularity

Publisher

verified publishershinyakato.dev

Automatically generates object classes supported by the freezed library directly from JSON files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

build_runner, dart_style

More

Packages that depend on freezer