ATTENTION: For those upgrading from flutter_simple_state, this release comes with a few breaking changes.
- Renamed package to
reactive_state - Renamed
AutoRebuildtoAutoBuild - Renamed
autoruntoautoRun - Added
ListValueandMapValuewhich allow observing individual change events - Added
.map()and other operations allowing to create derived observable lists and maps more efficiently than withDerivedValue
ATTENTION: For those upgrading from flutter_simple_state, this release comes with a few breaking changes.
- Renamed package to
reactive_state - Renamed
AutoRebuildtoAutoBuild - Added
ListValueandMapValuewhich allow observing individual change events - Added
.map()and other operations allowing to create derived observable lists and maps more efficiently than withDerivedValue