oref 0.2.0
oref: ^0.2.0 copied to clipboard
Oref is a lightweight, high-performance reactive programming library.
0.1.0 #
To install Oref v0.1.0, run this command:
dart pub add oref:^0.1.0
Otherwise, to upgrade your pubspec.yaml file:
dependencies:
oref: ^0.1.0
What's Changed #
- feat: Adds
stop/pause/resumemethods toEffectinterface. - BREAKING CHANGE: The
effectfunction now returns aEffectRunner. - BREAKING CHANGE: Remove the
writableDerived, now you can usederived.writable. - BREAKING CHANGE: Remove the
derivedWith, now you can usederived.valuable.