Tobias Leijs
b57b238794
refactor: extract variables and widgets to shorten the widget tree
2024-06-25 15:34:04 +02:00
Tobias Leijs
bb65426298
feat: add AutoFillGroup to support native password managers
2024-06-25 15:09:04 +02:00
Bart Ribbers
102cb65444
feat(ForgotPasswordForm): don't provide a default title and description
...
Otherwise it wouldn't be possible to leave them empty
2024-05-24 13:09:17 +02:00
Bart Ribbers
907af2639d
feat(EmailPasswordLoginForm): get title and subtitle from the widget rather than loginoptions
...
Previously the EmailPasswordLoginForm and the ForgotPasswordForm used
different ways to provide a title and subtitle/description. This is now
the same and the related fields are removed from LoginOptions
2024-05-24 13:08:27 +02:00
Jacques
a6381b6f7a
feat: Add size and padding options for password suffix icon
2024-05-23 15:42:13 +02:00
mike doornenbal
c90e26d3e8
feat: add default styling
2024-04-19 11:05:43 +02:00
mike doornenbal
d828e2306c
feat: add default loginOptions
2024-04-17 15:38:02 +02:00
mike doornenbal
e8f3292dc7
fix: add default loginoptions for email and password fields
2024-04-02 15:58:21 +02:00
Freek van de Ven
3cb1e0566b
feat: add option for textalignment of inputfields
2024-03-07 13:46:13 +01:00
Freek van de Ven
9e283f8be4
fix: change forgotpassword form layout
2024-03-06 10:40:53 +01:00
mike doornenbal
6200002451
feat: add spacer options for forgotPasswordForm
2024-03-05 09:38:06 +01:00
Vick Top
1a11692b5b
doc: create documentation for files
2024-02-28 10:26:59 +01:00
Freek van de Ven
77ca14753e
fix: added context to callbacks
2024-02-15 16:40:34 +01:00
FahadFahim71
3b5a1690e7
feat: add title spacer on login screen
2024-02-15 14:34:13 +01:00
FahadFahim71
f203dc7101
fix: remove bottom padding from password textfield
2024-02-09 15:56:01 +01:00
mike doornenbal
b1d379b321
fix: added Ci and linter
2024-02-07 10:02:41 +01:00
mike doornenbal
f46dd989de
feat: added the options to disable the show password button
2023-11-28 15:37:51 +01:00
Jacques
27b6502ad1
fix: Removed the redundant initialEmail parameter from the ForgotPasswordForm. Only way to provide an initialEmail is through the LoginOptions.
2023-11-02 11:24:07 +01:00
Freek van de Ven
1f45ca9b85
feat: added spacers before and after form
2023-07-27 14:04:40 +02:00
Freek van de Ven
c7eae3f85b
feat: add option for spacers
2023-05-11 10:59:29 +02:00
Jorian van der Kolk
f766c599ef
less default padding more decoration options
2023-03-14 11:33:27 +01:00
571686650e
feat: mfa
2023-03-07 11:20:33 +01:00
fc920dc36d
feat: mfa_widget
2023-03-07 10:37:07 +01:00
Freek van de Ven
a154140fc9
feat: add textstyle for fields
2023-02-13 14:57:57 +01:00
17ce9a54f7
Fix login email and password values not copied to validation values
2023-01-15 15:46:08 +01:00
FlutterJoey
badffe9538
Merge pull request #10 from Iconica-Development/feature/Improve_README
...
Updated README, added GIF, added Github Actions, fixed overflow bug w…
2022-12-02 15:40:19 +01:00
21deb0e821
Make the title optional on the ForgotPasswordForm
...
A title is not always required.
For example sometimes you'd want to put the title in an appbar outside the form instead.
2022-12-02 14:59:46 +01:00
Thomas Klein Langenhorst
503d826718
Updated README, added GIF, added Github Actions, fixed overflow bug when opening a keyboard on mobile devices.
2022-11-25 11:41:44 +01:00
Freek van de Ven
34ba6cffa2
fix: change to options instead of translations
2022-11-08 09:56:05 +01:00
Freek van de Ven
bc39a1ebfa
feat: expanded translations
2022-11-04 09:23:48 +01:00
Niels Gorter
1fde81fd2c
fix: email regex
2022-11-02 10:37:26 +01:00
Gorter-dev
1b4b38486c
Merge pull request #3 from Iconica-Development/feature/hint-text-for-fields
...
feat: hint text for fields
2022-11-02 10:33:47 +01:00
FlutterJoey
fcf2d81ae3
Merge pull request #4 from Iconica-Development/hotfix/file_typo_fix
...
typo fix
2022-10-31 15:06:57 +01:00
0aeab11d58
feat: add password validation and fix initialEmail
2022-10-31 14:50:14 +01:00
Thomas Klein Langenhorst
3ea69d3e91
typo fix
2022-10-27 15:57:54 +02:00
Stein Milder
d53f6dae7c
feat: hint text for fields
2022-10-19 15:14:51 +02:00
c84ce5db22
add forgot password form
2022-09-30 12:22:03 +02:00
Stein Milder
f1d5ec5db9
feat: container builders for form fields
2022-09-29 12:14:30 +02:00
17c0b28c5c
refactor login to be a minimal component
2022-09-27 16:48:52 +02:00