crystallis 0.0.2
crystallis: ^0.0.2 copied to clipboard
Data class codegen w/ validation & runtime metadata for Dart
0.0.2 #
- Implemented generation for
toString,==, andhashCodemethods (optional, on by default) - Added
useDeepEqualityoption to control deep equality checks for collections (off by default) - Made
copyWithmethod generation optional (on by default) - Added
useDeepCopyoption to control deep copying of collections incopyWith(off by default) - Added export for
@immutablefrompackage:meta
0.0.1 #
Initial release.