rx_widgets 3.1.0
rx_widgets: ^3.1.0 copied to clipboard
A package with stream based Flutter Widgets that facilitate an reactive programming style.
3.1.0 05.11.2020 #
Thanks to the PR by @AlexBacich
-
Added RxCommandHandlerMixin. It allows to listen for events from commands and yet remain widget Stateless
-
Added ReactiveWidget. It's similar to ReactiveBuilder but without context in methods.
-
WidgetSelector. Made onTrue, onFalse optional. Blank widget is used if null.
-
RxCommandBuilder. Made possible to build with blank of Placeholder and Error. Blank widgets used in that case
-
Made possible to build with blank Busy. Also used platform parameter to build progress indicator if busy is null
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.