flutter_rx_bloc 3.2.0
flutter_rx_bloc: ^3.2.0 copied to clipboard
Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.
3.2.0 July 09, 2021 #
- Added widget
RxLoadingBuilder
3.1.0 June 01, 2021 #
- Fix infinite feedback loop issue with RxTextFormFieldBuilder
- Nullability improvements for RxTextFormFieldBuilder
- Add the ability to chose how the cursor in RxTextFormFieldBuilder behaves, look at this PR for more information
- Fixed issue with RxBlocListener not executing callback when the incoming element is the same as the previous one
3.0.0 May 21, 2021 #
- Support Flutter
2.2
- Update
rxdart
to use version0.27.0
2.0.0 March 10, 2021 #
- Migrated to Flutter
2.0
and Dart2.12
(null-safety).
1.2.1 February 01, 2021 #
- Fix static code analysis issues
1.2.0 January 29, 2021 #
- Updated Unit Tests
- Added a puppy example project for the medium article
- Added new widgets: RxUnfocuser, RxFormFieldBuiler, RxTextFormFieldBuilder
- Added RxInputDecorationData
- Added RxFieldException
1.1.2 December 08, 2020 #
- Stability improvements
1.1.1 December 02, 2020 #
- Consolidated rx_bloc ecosystem in one repository
- Applied strict static code analysis
- Updated example
1.1.0 August 20, 2020 #
- Reorganized as a library package
- Update package dependencies
1.0.0 August 7, 2020 #
- Added RxResultBuilder
- Updated README file
- Updated example
- Updated Unit Tests
0.1.2 March 19, 2020 #
- Update package dependencies
0.1.1 March 19, 2020 #
- Update package dependencies
- Update the example project
0.1.0 March 15, 2020 #
- Updated README file
- Updated rx_bloc dependencies
- Added UI Integration tests using Flutter Driver
- Added Unit Tests using the rx_bloc_test package
0.0.1 Jan 16, 2020 #
- Initial release.