| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-15 | 591 Bytes | |
| rxdart_flutter v0.0.1 (2025-02-15) source code.tar.gz | 2025-02-15 | 1.4 MB | |
| rxdart_flutter v0.0.1 (2025-02-15) source code.zip | 2025-02-15 | 1.6 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
https://pub.dev/packages/rxdart_flutter/versions/0.0.1
Thanks to @GiancarloCante for the contribution to this release via PR #782.
- Add new widgets:
ValueStreamListener: a widget that performs side effects whenValueStreamvalues change.ValueStreamConsumer: a widget combining both builder and listener capabilities forValueStreams.
- Update
ValueStreamBuilder: add optionalchildparameter toValueStreamWidgetBuilder. - Add tests, documentation and examples.