dataclass_beta_generator 1.1.1 copy "dataclass_beta_generator: ^1.1.1" to clipboard
dataclass_beta_generator: ^1.1.1 copied to clipboard

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

1.1.1 #

  • Fix nullability on dart 2.9

1.1.0 #

  • Migrate to official Mixin generator implementation

1.0.1+1 #

  • Update analyzer

1.0.1 #

  • Fix build overreaction

1.0.0 #

  • Migrate to nullsafety
  • Use mixin instead of abstract class
  • Update toString() method

0.4.0+3 #

  • Bump versions

0.4.0+2 #

  • Bump versions

[0.4.0+0, 0.4.0+1] #

  • fixed path in generator

0.4.0 #

  • Bump versions

0.3.0+2 #

  • Remove debug prints

0.3.0+1 #

  • Copy README from repository to dataclass_generator directory

0.3.0 - 2019-01-19 #

  • Add @Collection() annotation to use DeepCollectionEquality from collection package to compare collections
  • Add @dataClass shorthand for @DataClass()

0.2.2 - 2019-12-31 #

  • FIX not generating full delcation of colletion. eg. List get field instead List<myType> get field

0.2.1 - 2019-12-26 #

  • FIX not generating base classes for @DataClass classes with no fields

0.2.0 - 2019-12-25 #

  • enable usage of generic types, eg. Product<T>
  • BREAKING CHANGE: change generated class name from _Class to _$Class

0.1.0+2 - 2019-12-22 #

  • update README - repo badges

0.1.0+1 - 2019-12-22 #

  • add README

0.1.0 - 2019-12-22 #

  • generating base class with equals, hashCode, toString, copyWith methods.
0
likes
110
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

DataClass annotation for dataclass_generator. Used for generating base class with equals, hashCode, toString, copyWith methods.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, built_collection, built_value, code_builder, dart_style, dataclass_beta, meta, source_gen

More

Packages that depend on dataclass_beta_generator