data_classes_generator 1.1.0 copy "data_classes_generator: ^1.1.0" to clipboard
data_classes_generator: ^1.1.0 copied to clipboard

discontinued
outdated

Automatically generates immutable data classes for you based on a mutable "blueprint" class.

1.1.0 - 2019-09-05 #

  • Change @Nullable() annotation to @nullable.
  • Add toString() method to generated class.
  • Make sure there are no final fields in the mutable class.

1.0.3 - 2019-09-04 #

  • Relax those version constraints even further.

1.0.2 - 2019-09-04 #

  • Relax version constraints on analyzer and build_runner in the pubspec.yaml.

1.0.1 - 2019-09-04 #

  • Change blueprint prefix from $ to the more intuitive Mutable.

1.0.0 - 2019-09-04 #

  • Initial release: Supporting creation of data classes with fields, constructor, converter to and from the original mutable class, custom ==, and hashCode implementations as well as copyWith.
0
likes
0
pub points
7%
popularity

Publisher

unverified uploader

Automatically generates immutable data classes for you based on a mutable "blueprint" class.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, data_classes, source_gen

More

Packages that depend on data_classes_generator