flutter_rx_bloc 4.0.2 flutter_rx_bloc: ^4.0.2 copied to clipboard
Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.
[4.0.2] - July 06, 2022 #
- Remove unused package imports
- Stabilisation improvements
[4.0.1] - June 29, 2022 #
- Fixes issue with re-displaying RxFormFieldBuilder where no value is returned when the last state of the field is an error.
[4.0.0] - September 24, 2021 #
- Support Flutter
2.5
- Updated
rxdart
to use version0.27.2
- [BREAKING] Changed signature of [RxResultBuilder.buildError] to
Widget Function(BuildContext, Exception, B)
[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
- Updated
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.