rx_notifier 2.0.0+6 copy "rx_notifier: ^2.0.0+6" to clipboard
rx_notifier: ^2.0.0+6 copied to clipboard

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

[2.0.0+6] - 2023-02-22 #

  • (Breaking change) - RxNotifier.value now accept equal values.
    The ValueNotifier does not propagate if the changed value is the same.
  • Flutter State management with RxRoot and context.select (Check documentation);
  • (Deprecated) RxMixin (Use RxRoot or RxBuilder instead).
  • Added RxAction.
  • Added RxReducer.
  • Update documentation.
  • Up Dart version to >=2.17.

[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
0
pub points
87%
popularity

Publisher

verified publisherflutterando.com.br

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, rx_notifier_annotation

More

Packages that depend on rx_notifier