- Added Biometrics support to the LoginOptions
- Added CustomSemantics widget that is used to wrap all the inputfields and buttons to make the component accessible for e2e testing.
- Upgraded pinput to 5.0.1 from 2.3.0
- Updated flutter_iconica_analysis to 7.0.0 with new rules
- Fixed forgotpassword description line height.
- Fixed default text.
- Added padding to the forgotpasswordRequestButton
- Changed default theme
- Added autofillgroup to support native password managers
- Removed
titleandsubtitleparameters fromLoginOptionsin favour of passing them directly to theEmailPasswordLoginFormwidget directly
- Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions.
- Added more default loginOptions for login, forgot password and register.
- Added default loginOptions for email and password fields.
- Changed ForgotPasswordform to use the same layout as the EmailPasswordLoginForm.
- Add option for textalignment for email and password fields.
- Added spacer options for the ForogotPasswordForm.
- Added BuildContext to the
onForgotPasswordandonRegister.
- Added title spacer
- Removed bottom padding from password text field
- Added Ci and linter
- Added the option to disable the showPassword button on the passwordfield.
- Removed the redundant initialEmail parameter from 'ForgotPasswordForm'. The only one to use now is the one in the 'LoginOptions'.
- Option for spacers add the start and end of the form
- Export default LoginValidationService
- Option to add spacers between all items
- More decoration options less default padding
- Added textStyle option for email and password fields
- Fix login values not copied to validation
- Added login options to loginbuilders for more customization
- Fixed email regex
- add forgot password validation on button press
- add onDisabledPress param for methods
- correctly use initialEmail in forgot password screen
- TODO: Describe initial release.