dataclass_beta_generator 1.1.1
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 #
- Bump versions
0.3.0+2 #
- Remove debug prints
0.3.0+1 #
- Copy README from repository to
dataclass_generatordirectory
0.3.0 - 2019-01-19 #
- Add @Collection() annotation to use DeepCollectionEquality from
collectionpackage to compare collections - Add
@dataClassshorthand for@DataClass()
0.2.2 - 2019-12-31 #
- FIX not generating full delcation of colletion. eg.
List get fieldinsteadList<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
_Classto_$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.