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);
81
likes
150
pub points
87%
popularity

Publisher

verified publisherflutterando.com.br

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rx_notifier