Skip to content

v3.1.0

Compare
Choose a tag to compare
@juliansteenbakker juliansteenbakker released this 13 Dec 15:13
· 186 commits to master since this release
06b9f1e

Features:

  • Add children parameter to FlutterLogin which takes a list of widgets that can be added in the
    background of the Login view. For example: a custom banner or a custom logo.
  • Improved footer style

Bugs fixed:

  • The signup confirmation page is now also shown when additionalSignupData is not provided or loginAfterSignUp is disabled.
  • Back button of confirmSignUp page now returns Login or AdditionalSignUpData page depending on whether additionalSignupData has been provided or not.