Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 627 Bytes

File metadata and controls

18 lines (12 loc) · 627 Bytes

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

0.0.1-dev.1

  • Initial release.