- 3.03.2023
- Minor fixes to ReactiveWidgetX
- Added ReactiveWidget2 - ReactiveWidget6. Allowing to wrap cascading reactive widgets.
BREAKING CHANGE:
- Updated to latest Flutter version. As the result RxRaisedButton was replaced with RxElevatedButton
- Minimum Dart version updated to 2.18.2
- fix for exception when running on web escamoteur#19
- null safe version
- Updated to use rx_command V5.0.1
- Added ReactiveBuilder.
- Updated documentation.
- RxText and WidgetSelector improved.
- Small fixes in Example App
- Merged PR from Ahmad ElMadi adding RxRaisedButton and RxTextWidget
- Updated to RxCommand 4.0.1
- Updated to RxCommand 3.0.0
- Updated to RxCommand 2.0.3
- Updated to RxCommand 1.0.8
- Added RxCommandBuilder.
- Added RxLoader.
- Initial release.