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 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.