Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 2.65 KB

File metadata and controls

107 lines (66 loc) · 2.65 KB

6.4.0

  • Added proper use of exceptions for all auth methods.
  • Added the ability to add translations for all auth exceptions including two standard provided languages (nl, en)

6.3.2

  • Fixed infinite loading when closing the forgotPasswordSucces screen and ForgotPasswordUnsuccessfull screen.

6.3.1

  • Fixed a bug where the keyboard for the login username and password fields was closing because of a different LoginOptions.hashCode with the same LoginOptions values.

6.3.0

  • Added CustomSemantics widget that is used to wrap all the inputfields and buttons to make the component accessible for e2e testing.

6.2.1

  • Changed selected navigator for proper popping of the loading dialog when logging in.

6.2.0

  • Added biometrics options for login that can be configured with biometricsOptions in the LoginOptions.

6.1.0

  • Fixed registration bug with title
  • Added forgotPasswordOptions for customizing the forgot password screen

6.0.3

  • exported the user_repository_interface package to improve the usability of the package

6.0.2

  • Fix hot reloading not working

6.0.1

  • Decrease default text size in the login and registration buttons

6.0.0

  • Refactor with the new component structure

5.1.0

  • Update packages
  • Update success and unsuccessful screens

5.0.0

  • Updated most of the packages
  • Updated default design
  • Fixed bugs
  • fixed flow

4.1.0

  • Update to flutter_registration 2.1.0
  • Update flutter_form_wizard to 6.3.2
  • Update flutter_profile to 1.5.0

4.0.1

  • Fix registrationRepository not being passed to the registration screen.

4.0.0

  • Updated the flutter_login_service.
  • Added documentation on how to use the OnboardedUserMixin.
  • Added missing names to parameters.
  • Changed name of showForgotPassword to useForgotPassword.
  • updated readme.

3.0.0

  • Changed the default onboarding to a new version
  • Changed default login, registration and forgot password.

2.0.0

  • Added default loginOptions
  • changed pushReplacement to push
  • updated flutter_registration version

1.0.0

  • Renamed flutter_auth to flutter_user
  • Added Ci and iconica linter
  • Added final userstory fixes
  • Added builders for login, registration and forgot password
  • Added BuildContext to builders for localizations
  • Added stack for showing widgets above screen
  • Updated flutter_form_wizard dependency to 6.2.4
  • Added reworked login service
  • Fixed keyboard not closing bug
  • Added pop scope boolean in config for onboarding
  • Added options for background color and text styles for login error messages
  • Improved readme and added CONTRIBUTING.md
  • Added BSD-3-Clause license
  • Fixed null value bug for forgot password description