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);
82
likes
150
points
2.38k
downloads

Documentation

API reference

Publisher

verified publisherflutterando.com.br

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rx_notifier