oref 0.2.0 copy "oref: ^0.2.0" to clipboard
oref: ^0.2.0 copied to clipboard

Oref is a lightweight, high-performance reactive programming library.

0.2.0 #

2024-10-09

What's New #

  • feat: Adds watch function.

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/resume methods to Effect interface.
  • BREAKING CHANGE: The effect function now returns a EffectRunner.
  • BREAKING CHANGE: Remove the writableDerived, now you can use derived.writable.
  • BREAKING CHANGE: Remove the derivedWith, now you can use derived.valuable.
8
likes
0
points
677
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

Oref is a lightweight, high-performance reactive programming library.

Homepage
Repository (GitHub)
View/report issues

Topics

#state #reactive #ref #derived #effect

Funding

Consider supporting this project:

github.com

License

unknown (license)

More

Packages that depend on oref