Releases: Prime-Holding/rx_bloc
Releases · Prime-Holding/rx_bloc
todoapp-production-v1.0.20+83
Update ruby setup version
rx_bloc_cli-v5.0.0
- Update generated project min supported iOS version to
13.0
- Generated projects have their dependencies updated:
rxdart
to^0.28.0
rx_bloc
to^6.0.0
(and related ecosystem packages)widget_toolkit
to^0.2.0
(and related ecosystem packages)firebase_core
to^3.4.0
(and related ecosystem packages)alice
to use a forked version until the official package is updated (see issue)
rx_bloc_test-v5.0.0
- Upgraded dependencies:
rxdart
0.28.0
rx_bloc
6.0.0
rx_bloc_list-v5.0.0
- Update
rx_bloc
to use version6.0.0
- Update
rxdart
to use version0.28.0
rx_bloc_generator-v8.0.0
- Update
rx_bloc
to use version6.0.0
rx_bloc-v6.0.0
- Update
rxdart
to use version0.28.0
flutter_rx_bloc-v7.0.0
- Update
rx_bloc
to use version6.0.0
- Update
rxdart
to use version0.28.0
rx_bloc_cli-v4.0.1
- Added README about Patrol Integration Test.
- Fixed the compile errors of the generated projects.
rx_bloc_cli-v4.0.0
Contains breaking changes
- The
--enable-auth-matrix
option is removed in favour of the [--enable-mfa][mfa_doc_url] (Multi-Factor Authentication) capability. - The
go_router
package is upgraded to version^14.2.1
- The
flutter_local_notifications
package is upgraded to version^17.2.1+2
rx_bloc_cli-v3.8.1
- Added reference in example documentation about writing golden tests for smart widgets with dependency injection.