Releases: Prime-Holding/rx_bloc
Releases · Prime-Holding/rx_bloc
rx_bloc_cli-v5.5.3
What's changed:
- Support
flutter 3.32
- Bug fixes and stability improvements:
- App: Screen rotation affects app (Landscape mode not prevented)
- Forgotten password: navigation and mock deep links not working in some cases
- Onboarding: No back button on Onboarding page
- Onboarding: No back button on Confirm Phone Number screen
- Onboarding: Info box on country search modal sheet when no results as present displayed as error instead of info
- Onboarding: focus field on change email
- Onboarding: change email screen is now a standalone page rather than a modal sheet
- Onboarding: send new link on email verify page now hides when disabled
- Onboarding: restarting the app during an unfinished onboarding flow performs a user login
- Onboarding: back buttons displayed inconsistently between pages
- Onboarding: Returning back from the verify phone screen and then visiting the screen again with same unconfirmed number results in
Phone number already in use
error - Onboarding: Continue button obstructed by keyboard on smaller screens
- Profile screen: change email doesn't properly change email address
- Showcase: Shimmer wrapper in demo not working
- Showcase: MFA demo bottom button should ONLY display pin feature when pressed
- Showcase: Canceling biometrics quits MFA instead of allowing user to enter pin code
- Pin: Message after creating a pin informs the user that the pin has been updated instead of created
- Pin: When on the Confirm Pin screen, typing a wrong pin displays a vague
Wrong pin
message - Pin: Pin code screen not working after idling for a minute (foreground or background)
- Pin: Biometrics button not present on verify pin code screen when changing pin
- Pin: Pin code screen not shown during cold start for an account with an already configured pin
rx_bloc_cli-v5.5.2
What's changed:
- Update generated project
go_router
dependency to^15.1.0
rx_bloc_cli-v5.5.1
What's changed:
- Fix issue with the generated project not properly building
rx_bloc_cli-v5.5.0
What's Changed
- Added change email feature in the generated project
- Added change phone number feature in the generated project
- Added Forgotten password feature in the generated project
rx_bloc_cli-v5.4.1
What's Changed
- Fix static analysis issue with multiline if statement brackets after linter update
rx_bloc_cli-v5.4.0
What's Changed
- Added
--enable-feature-onboarding
flag to configure an Onboarding/Registration flow for the project, including resuming Onboarding from a different device - Fix issue where camera permission was not available on iOS devices for the QR scanner feature
- Added functionality on the profile page where the toggle switch for notifications prompts the user for notification permission when toggled
- Fixed an issue where the HTTP request for SSE was not canceled when the stream is closed
Full Changelog: rx_bloc_cli-v5.3.1...rx_bloc_cli-v5.4.0
rx_bloc-v6.0.1
Merge pull request #980 from Prime-Holding/develop Merge develop into master
rx_bloc_generator-v8.0.1
Update dependencies to the latest versions
rx_bloc_cli-v5.3.1
- Design uplift for the generated project
rx_bloc_cli-v5.3.0
- Replace golden tests dependency from
golden_toolkit
to [alchemist
][alchemist_url] in generated projects - Updated project dependencies
- Added
--enable-remote-translations
flag to configure remote translation lookup for localizations - Redesigned the generated project profile page
- Added button on profile page for toggling biometric authentication
- Added integration test for QR scanner feature