Releases: Prime-Holding/rx_bloc
Releases · Prime-Holding/rx_bloc
rx_bloc_cli-v6.0.0
What's Changed
- Fix todo app project dependency issues by @DavidDWiser in #1029
- Feature/flutter localizations by @JvnSlv in #1028
- Fix/1021 duplicated prompts create command by @JvnSlv in #1031
- Fix/remove remote translations from readme by @JvnSlv in #1030
- Remove version 6.0.1 by @JvnSlv in #1032
Full Changelog: rx_bloc_cli-v5.5.4...rx_bloc_cli-v6.0.0
rx_bloc_cli-v5.5.4
- Fix generated project not properly compiling due to old dependencies
rx_bloc_generator-v9.0.0
- Update dependencies to the latest versions
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 useerror - 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 pinmessage - 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_routerdependency 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-onboardingflag 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