freezed_collection 2.1.6
freezed_collection: ^2.1.6 copied to clipboard
Extending dart:freezed to deep copyWith for collection.
2.1.6 #
build
method (previously named asseal
).
2.1.5 #
- chaining of collection operators forced to return
this
.
2.1.4+1 #
- FreezedSet added
2.1.1-pre1 #
- FreezedList added
2.1.0-pre1 #
- Removed no-sound checking, sound expected always (dart 3.0+).
2.0.0-pre1 #
- FreezedMap added
1.0.0 #
- ported to freezed: 3.0.6
0.0.3 #
- List interface on FreezedList.copyWith.
- Iterable constructor.
0.0.1 #
- Initial version.