Skip to content

rxdart_flutter v0.0.1 (2025-02-15)

Latest
Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 15 Feb 10:31

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 when ValueStream values change.
    • ValueStreamConsumer: a widget combining both builder and listener capabilities for ValueStreams.
  • Update ValueStreamBuilder: add optional child parameter to ValueStreamWidgetBuilder.
  • Add tests, documentation and examples.