flutter_rx_bloc 6.1.0 copy "flutter_rx_bloc: ^6.1.0" to clipboard
flutter_rx_bloc: ^6.1.0 copied to clipboard

Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.

6.1.0 #

  • Introduce RxBlocMultiBuilder2 and RxBlocMultiBuilder3

6.0.0 July 12, 2023 #

  • Dart 3.0 Required
  • Update rx_bloc to use version 5.0.0
  • Update rxdart to use version 0.27.7
  • Updated dependencies

5.0.2 January 28, 2023 #

  • Updated rx_bloc dependencies

5.0.1 Aug 25, 2022 #

  • Fixes and improvements

5.0.0 Aug 18, 2022 #

  • Support Flutter 3.0
  • [BREAKING] Changed listener parameter type in RxBlocListener to match the type of the listened state
  • RxBlocListener has four new fields:
    • initialValue - Sets the initial value used for the onWaiting field
    • onWaiting - Callback triggered once before the stream starts emitting
    • onComplete - Callback triggered once the stream is done emitting values
    • onError - Callback triggered every time an error within the given stream occurs

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 version 0.27.2
  • [BREAKING] Changed signature of [RxResultBuilder.buildError] to Widget Function(BuildContext, Exception, B)

3.2.0 July 09, 2021 #

  • Added RxLoadingBuilder widget

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 version 0.27.0

2.0.0 March 10, 2021 #

  • Migrated to Flutter 2.0 and Dart 2.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 #

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.
43
likes
0
points
677
downloads

Publisher

verified publisherprimeholding.com

Weekly Downloads

Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider, rx_bloc, rxdart

More

Packages that depend on flutter_rx_bloc