Skip to content

Releases: Prime-Holding/rx_bloc

rx_bloc_cli-v6.0.0

23 Jan 12:05
dc9d5a4

Choose a tag to compare

What's Changed

Full Changelog: rx_bloc_cli-v5.5.4...rx_bloc_cli-v6.0.0

rx_bloc_cli-v5.5.4

26 Dec 11:35
d9f314b

Choose a tag to compare

  • Fix generated project not properly compiling due to old dependencies

rx_bloc_generator-v9.0.0

18 Dec 10:23
811854e

Choose a tag to compare

  • Update dependencies to the latest versions

rx_bloc_cli-v5.5.3

18 Jun 08:30
c436ee7

Choose a tag to compare

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

08 May 14:34
6b7a949

Choose a tag to compare

What's changed:

  • Update generated project go_router dependency to ^15.1.0

rx_bloc_cli-v5.5.1

28 Apr 10:34
ba8d5b3

Choose a tag to compare

What's changed:

  • Fix issue with the generated project not properly building

rx_bloc_cli-v5.5.0

15 Apr 14:55
c6936f0

Choose a tag to compare

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

16 Jan 15:51
946e305

Choose a tag to compare

What's Changed

  • Fix static analysis issue with multiline if statement brackets after linter update

rx_bloc_cli-v5.4.0

16 Jan 14:43
b576c0a

Choose a tag to compare

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

16 Jan 14:01
a8adffd

Choose a tag to compare

Merge pull request #980 from Prime-Holding/develop

Merge develop into master