Commit graph

52 commits

Author SHA1 Message Date
mike doornenbal
4bad032588 feat: default styling 2024-08-09 14:22:25 +02:00
mike doornenbal
c91a1c0856 fix: add default field size 2024-04-22 13:01:35 +02:00
mike doornenbal
1be83c7013 feat: add default styling 2024-04-19 11:25:09 +02:00
mike doornenbal
d849a1834a feat: add default registrationOptions 2024-04-17 15:26:08 +02:00
mike doornenbal
a44a419bc4 fix: input values clearing on next step 2024-04-04 09:49:44 +02:00
Vick Top
3ec92aa68c refactor: add documentation to files 2024-02-20 13:59:43 +01:00
FahadFahim71
3884ef08b1 feat(registration): add progress indicator for on finish 2024-02-15 17:16:04 +01:00
CodeThomnics
0f28c7084e bugfix: Fix flex overflow, add own padding and alignment option for buttons
Closes: #14
2024-02-14 20:04:22 +01:00
Freek van de Ven
9ebb917fb8 feat: small fixes 2024-02-14 11:56:36 +01:00
FahadFahim71
81fab79e81 fix(keyboard-focus): add unfocus for onPrevious 2024-02-14 10:44:14 +01:00
FahadFahim71
855e12f6ae feat(auth-screen): add flexible spacing between fields 2024-02-14 09:57:29 +01:00
Freek van de Ven
277b38f39e feat: add validation to disable next button 2024-02-09 18:36:22 +01:00
FahadFahim71
15aa74ebda fix: export auth_pass_field 2024-02-09 14:29:13 +01:00
Jacques
49b9ece2d5 fix: Fix button placement and added step to button builders 2024-02-08 11:54:07 +01:00
FahadFahim71
e112c64ee7 fix: correctly align next previous buttons 2024-02-08 10:29:32 +01:00
FahadFahim71
7abb060306 feat: add auth drop down field 2024-02-06 16:28:51 +01:00
Jacques
f328df84dd fix: Fixed alignment and spacing when opening keyboard 2024-02-06 13:15:48 +01:00
Jacques
c86fa1ca5f fix: Small refactor and brought back the normal alignment for the screens 2024-02-06 10:50:02 +01:00
Jacques
79fe400842 feat(pass): Add dedicated password screen that manages state internally 2024-02-06 09:40:43 +01:00
Jacques
078574c214 Merge commit '7012942ce50a2de8c8a481595d8bca6e7a02c4de' into feat/buttons_and_fields 2024-02-05 13:02:47 +01:00
Jacques
46e2d960af feat(bool): Add a boolean field. Can be used for accepting terms and conditions 2024-02-05 13:00:21 +01:00
FahadFahim71
7012942ce5 feat: add title widget and login button builder 2024-02-02 22:18:03 +01:00
FahadFahim71
f1663afa1b feat: expose input decoration in authtextfield 2024-02-02 11:19:21 +01:00
Jacques
d1ad003c22 feat(buttons): Added the possiblity to only have a next button by return zero on the previous button builder 2024-02-01 14:40:25 +01:00
Bugfix Jacques
9886c71fcf feat: ability to wait for the onfinished 2023-10-16 15:46:23 +02:00
Bugfix Jacques
059ba3c754 feat: Now returning page 2023-10-03 14:38:52 +02:00
Bugfix Jacques
f8ecce95a0 feat: Added the ability to decide to go back to the first page 2023-10-03 14:05:37 +02:00
Bugfix Jacques
e715b1192b feat: register function can now return a nullable string
Works like a validator
2023-09-20 11:45:55 +02:00
mike doornenbal
caf68b6d8f fix: change error and background color 2023-09-19 11:16:43 +02:00
Thomas Klein Langenhorst
e2f65cdde9 - feat: add customBackgroundColor to AuthScreen
- fix: fix linter
- fix: fix translations to English
2023-03-31 11:20:21 +02:00
Bugfix Jacques
84d7519da6 feat: Added the abilty to show and hide the passwords 2023-03-09 09:12:41 +01:00
Bugfix Jacques
bcb9328c4a feat: Added the ability to add an initial value to the default email 2023-02-24 14:20:36 +01:00
Bugfix Jacques
1666185920 feat: Added second textfield too password and added more styling options 2023-02-16 15:05:49 +01:00
Freek van de Ven
4ff212ad91 fix: translate defaultsteps and emailregex fix 2022-11-04 11:38:16 +01:00
cd09b2cc56 Add BSD-3-Clause license 2022-11-01 09:19:20 +01:00
Stein Milder
154e7a80d1 feat: customAppbarBuilder 2022-09-28 09:23:41 +02:00
Stein Milder
3242002182 feat: go back to first page on error - hide keyboard on nextStep 2022-09-27 12:00:03 +02:00
Stein Milder
188a174cbd feat: email hint 2022-09-26 15:09:01 +02:00
Stein Milder
08532d368a fix: remove alert dialog from module 2022-09-26 12:00:03 +02:00
Stein Milder
6f7ec0b0e6 feat: registration options, translations 2022-09-26 10:35:53 +02:00
Stein Milder
7f36ab8eca refactor: go to previous step + email validation fix 2022-09-26 09:38:57 +02:00
Stein Milder
1f54717cf3 feat: validate email 2022-09-23 16:26:30 +02:00
Stein Milder
7b830afbbc Update auth_screen.dart 2022-09-22 15:57:07 +02:00
Stein Milder
52d97fc94d bugfix setting textfield value 2022-09-22 12:01:44 +02:00
Stein Milder
7bdbbb14d2 feat: all values to register method 2022-09-22 11:48:04 +02:00
Stein Milder
34a0a3e395 refactor 2022-09-22 10:22:32 +02:00
Stein Milder
ed18aafabf refactor: abstract auth_field 2022-09-22 10:09:45 +02:00
Stein Milder
5a6e195650 fix: export models to use externally 2022-09-22 09:47:31 +02:00
Stein Milder
711124b7ba feat: option to add additional steps 2022-09-22 09:40:25 +02:00
Stein Milder
201fc12823 removed auththeme 2022-09-20 16:11:11 +02:00