rxdart_flutter 0.0.2
rxdart_flutter: ^0.0.2 copied to clipboard
rxdart_flutter is a Flutter package that provides a set of widgets for working with rxdart. This package is officially maintained in the ReactiveX/rxdart repository. These widgets are specifically des [...]
0.0.2 (2025-03-10) #
- Fix
pubspec.yaml
.
0.0.1 (2025-02-15) #
Thanks to @GiancarloCante for the contribution to this release via PR #782.
- Add new widgets:
ValueStreamListener
: a widget that performs side effects whenValueStream
values change.ValueStreamConsumer
: a widget combining both builder and listener capabilities forValueStream
s.
- Update
ValueStreamBuilder
: add optionalchild
parameter toValueStreamWidgetBuilder
. - Add tests, documentation and examples.
0.0.1-dev.1 #
- Initial release.