Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@juliansteenbakker juliansteenbakker released this 19 Dec 11:11
460bd39

Breaking Changes:

  • [Android] Upgraded to Gradle 8. Due to a dependency update (intl_phone_number_input), the minimum Flutter version is changed to 3.16.

Features:

  • Added keyboardDismissBehavior parameter to select the behaviour of the keyboard when scrolling.
  • Added initialIsoCode parameter to set the initial iso code for the widget [LoginUserType.intlPhone]. Defaults to ['US'] if not specified.
  • The card surfaceTintColor can now be set using cardTheme.surfaceTintColor.

Bugs fixed:

  • Navigate to login page after pressing sign up confirm button when loginAfterSignUp is disabled and additionalSignupData is not null.
  • Added context checks to prevent crashes when widget is not mounted anymore.