dataclass_generator 0.5.0+2 copy "dataclass_generator: ^0.5.0+2" to clipboard
dataclass_generator: ^0.5.0+2 copied to clipboard

discontinuedreplaced by: freezed

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

[0.5.0] #

  • Update dependencies

[0.4.0] #

  • Do not getter-only fields in generating data class methods - thanks to @mrbech

[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 declaration of collection. 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.
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

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, code_builder, dart_style, dataclass, source_gen

More

Packages that depend on dataclass_generator