easy_copy_with 2.0.0
easy_copy_with: ^2.0.0 copied to clipboard
Package for automatic generation of copyWith methods in Dart classes using @CopyWith annotation.
Changelog #
2.0.0 TBD #
- copyWith parameters now preserve the original field types, including generics and nullability
- sentinel-backed parameters allow assigning
nullwithout manual casts - packaged runnable example at
example/example.dartand updated documentation to match - switched licensing references to MIT and ensured generated example outputs ship with the package
1.0.0 #
- initial release