rx_notifier 1.1.0 copy "rx_notifier: ^1.1.0" to clipboard
rx_notifier: ^1.1.0 copied to clipboard

Extension to ValueNotifier by transparently applying functional reactive programming (TFRP)

[1.1.0] - 2021-03-29 #

  • RxFuture: Added .value for add a new Future;
final rxFuture = RxFuture.of(myFuture);
...

rxFuture.value = newFuture;

[1.0.0] - 2021-03-03 #

  • Added Collections (RxList, RxSet, RxMap);
  • Added async (RxFuture, RxStream);
83
likes
150
points
5.93k
downloads

Publisher

verified publisherflutterando.com.br

Weekly Downloads

Extension to ValueNotifier by transparently applying functional reactive programming (TFRP)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rx_notifier