·
7 commits
to master
since this release
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.