rx_bloc_cli 2.2.0
rx_bloc_cli: ^2.2.0 copied to clipboard
rx_bloc_cli that enables quick project setup including: flavors, localization [intl], state management [rx_bloc], routing [go_router], design system, analytics [firebase], tests
2.2.0 #
- Update documentation
- Adding parameter
enable-feature-counterfor enabling the counter showcase as part of the project - Adding parameter
enable-feature-deeplinksfor enabling the deep link example flow as part of the project - Adding parameter
enable-feature-widget-toolkitfor enabling the showcase page for thewidget_toolkitpackage as part of the project - Bug fixing
- Integrate widget_toolkit
2.1.0 #
- Adding parameter
enable-feature-counterfor enabling the counter page example as part of the project - Adding
Dashboardfeature as initial page after user login - Bug fixing
2.0.0 #
auto_routeandauto_route_generatorwere replaced bygo_routerandgo_router_builder- The navigation goes through the business layer using the
refreshListenableandredirectproperties of theGoRouter Splashscreen initializing the application was implemented- Deep-link navigation was implemented
- Add
spacingas part of thedesignSystem - ACL implementation added covering in-app navigation as well as an external (deep-link) navigation
Authentication,PermissionsandRoutingare organized as libraries
1.4.1 #
- Unit and golden test related fixes
1.4.0 #
- Make the project name parameter a mandatory one
- Rename the 'org' parameter to 'organization'
- Rename the 'include-analytics' parameter to 'enable-analytics'
- Turn the 'enable-analytics' parameter off by default
- Remove the unused 'http-client' parameter
- Rebase the authentication interceptor on
QueuedInterceptorand extract auxiliary use cases - Convert use cases to services
- Update the local auth token data sources to not clear ALL preference data
- Updated to Dart 2.18 and newer dependencies
1.3.0 #
- Add utility script to exclude files from LCOV coverage reports
- Import r_flutter and use it for localisation
- Implement error mapping
- Update the firebase dependency versions
1.2.0 #
- Support flutter 3
- Fixes to generated project not properly building or displaying errors on hot restart
- Update dependencies of generated project to latest versions
- Update the design system to work as a theme extension
- Add Next Steps section to the generated project README file
1.1.3 #
- Bump Android compileSdkVersion to the current version (32)
1.1.2 #
- Fixes to generated iOS project
1.1.1 #
- Stability improvements
1.1.0 #
- Upgrade dependencies of generated project to support
flutter 2.5 - Updated several inconsistencies in generated project readme file
1.0.0 #
- Upgraded to
rx_bloc: 3.1.0andflutter_rx_bloc: 3.2.0
0.0.5 #
- Update generated project, adding following features:
- Http-client (Dio by default)
- Interceptors
- Push Notifications via Firebase Cloud Messaging
- Local server (written in Dart)
0.0.4 #
- Update generated project with golden tests
0.0.3 #
- Support null safety
- Update generated project with latest dependencies of following packages:
build_runner: ^2.0.3auto_route: ^2.2.0auto_route_generator: ^2.0.1flutter_rx_bloc: ^3.0.0mockito: ^5.0.0rx_bloc: ^3.0.0rx_bloc_generator: ^5.0.0rx_bloc_test: ^3.0.0
0.0.2 #
- Documentation improvements