rx_widgets 4.3.0
rx_widgets: ^4.3.0 copied to clipboard
A package with stream based Flutter Widgets that facilitate an reactive programming style.
Release Date #
- 24.09.2025
4.3.0 24.09.2025 #
- Added ReactiveWidget8 and ReactiveWidget9 for handling 8 and 9 reactive streams respectively
- Updated supported Dart version to 3.9.0
4.2.1 3.03.2023 #
- Minor fixes to ReactiveWidgetX
4.2.0 3.03.2023 #
- Added ReactiveWidget2 - ReactiveWidget6. Allowing to wrap cascading reactive widgets.
4.1.0 19.10.2022 #
BREAKING CHANGE:
- Updated to latest Flutter version. As the result RxRaisedButton was replaced with RxElevatedButton
- Minimum Dart version updated to 2.18.2
4.0.1 26.05.2021 #
- fix for exception when running on web https://github.com/escamoteur/rx_widgets/issues/19
4.0.0 26.05.2021 #
- null safe version
3.0.0 30.12.2019 #
- Updated to use rx_command V5.0.1
2.5.0 06.11.2019 #
- Added ReactiveBuilder.
- Updated documentation.
- RxText and WidgetSelector improved.
2.2.0+1 26.6.2019 #
- Small fixes in Example App
2.2.0 07.9.2018 #
- Merged PR from Ahmad ElMadi adding RxRaisedButton and RxTextWidget
2.0.1 07.9.2018 #
- Updated to RxCommand 4.0.1
2.0.0 07.9.2018 #
- Updated to RxCommand 3.0.0
1.0.4 31.7.2018 #
- Updated to RxCommand 2.0.3
1.0.3 23.4.2018 #
- Updated to RxCommand 1.0.8
1.0.2 23.4.2018 #
- Added RxCommandBuilder.
1.0.1 18.4.2018 #
- Added RxLoader.
1.0.0 11.4.2018 #
- Initial release.