- 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)
- Fixed infinite loading when closing the forgotPasswordSucces screen and ForgotPasswordUnsuccessfull screen.
- 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.
- Added CustomSemantics widget that is used to wrap all the inputfields and buttons to make the component accessible for e2e testing.
- Changed selected navigator for proper popping of the loading dialog when logging in.
- Added biometrics options for login that can be configured with biometricsOptions in the LoginOptions.
- Fixed registration bug with title
- Added forgotPasswordOptions for customizing the forgot password screen
- exported the user_repository_interface package to improve the usability of the package
- Fix hot reloading not working
- Decrease default text size in the login and registration buttons
- Refactor with the new component structure
- Update packages
- Update success and unsuccessful screens
- Updated most of the packages
- Updated default design
- Fixed bugs
- fixed flow
- Update to flutter_registration 2.1.0
- Update flutter_form_wizard to 6.3.2
- Update flutter_profile to 1.5.0
- Fix registrationRepository not being passed to the registration screen.
- Updated the flutter_login_service.
- Added documentation on how to use the
OnboardedUserMixin. - Added missing names to parameters.
- Changed name of
showForgotPasswordtouseForgotPassword. - updated readme.
- Changed the default onboarding to a new version
- Changed default login, registration and forgot password.
- Added default loginOptions
- changed pushReplacement to push
- updated flutter_registration version
- 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