Commit graph

46 commits

Author SHA1 Message Date
5eb914c23a chore: ready the package for deployment to the pub server 2024-09-03 14:21:33 +02:00
9af9822fc1 chore: add fvm configuration to gitignore 2024-09-03 14:21:33 +02:00
Bart Ribbers
ae071cef41 chore(deps): loosen dep on intl
The latest Flutter requires intl 0.19.0 and now every app/package
depending on us fails to build with the latest Flutter because we were
explicitly requiring 0.18.0

Minor upgrades should be safe anyway, we only care for major versions
upgrade, so loosen the requirements a bit to support anything from
0.18.0 up to (but not including) 1.0.0
2024-05-14 14:17:26 +02:00
Vick Top
b1ca468085 refactor: replace shelltranslationservice with validationMessage input 2024-02-29 15:43:10 +01:00
Jacques
929d318668 feat: Add phone field and added some decorations to some fields 2024-02-21 16:02:31 +01:00
Freek van de Ven
1933a5ae0f feat: update flutter_input_library dependency 2024-02-09 14:32:51 +01:00
mike doornenbal
9012b8da4d fix: added CI and linter 2024-02-07 12:50:28 +01:00
Jacques
e275231832 fix: Update flutter_input_library version 2024-02-06 13:24:17 +01:00
Jacques
bcd77b1e9b feat: Added the property textCapitalization to PlainText and Multiline inputs 2023-12-14 16:36:43 +01:00
Tim
77b3739fa0 fix: pass on style parameter to plain text input 2023-12-06 15:01:22 +01:00
FahadFahim71
82fcf5258a fix: add enabled property to FlutterFormInputPlainText and FlutterFormInputDateTime 2023-10-27 11:35:14 +02:00
Jacques
aee74e2ef7 fix: flutter_input_libray version bump 2023-10-26 16:27:05 +02:00
Niels Gorter
427fb555e1 fix: dateformat for datecontroller 2023-09-26 11:07:29 +02:00
Freek van de Ven
f7aba6a679 feat: bump flutter_input_library version 2023-08-11 10:10:32 +02:00
6ec9e7fb3e feat: add compatibility with flutter 3.10 2023-05-12 11:29:42 +02:00
Thomas Klein Langenhorst
f40657c57e Bump flutter_input_library to version 2.0.0, remove unnecessary riverpod dependency 2023-03-28 10:20:12 +02:00
Joons Stuijvenberg, van
f5f6f943ec add parameter 2023-03-24 10:12:56 +01:00
Joons Stuijvenberg, van
66926e7407 fix validator 2023-01-16 15:27:57 +01:00
Thomas Klein Langenhorst
296a7d7210 expose translations 2023-01-12 15:04:45 +01:00
Thomas Klein Langenhorst
ad481066ff bump to 5.0.4 2023-01-12 14:47:12 +01:00
Thomas Klein Langenhorst
09a1171e8b Add FocusNode option to inputs 2023-01-12 14:12:45 +01:00
joonsv
b27d5ccd44 add input decoration 2023-01-05 11:53:05 +01:00
Niels Gorter
402b5f3c52 changed version 2022-12-01 11:12:30 +01:00
Niels Gorter
8bbe4a3f48 feat: changed input from specific to inputs from flutter_input_library 2022-11-29 15:12:55 +01:00
Niels Gorter
f79c1defe5 fixes needed for name change 2022-11-29 09:43:55 +01:00
Thomas Klein Langenhorst
8fd2a3a58f Updated README, added GIF, added Github Actions, Fixed example routing and layout of button 2022-11-24 14:41:39 +01:00
Jorian van der Kolk
f59ffafa9d upgrade riverpod to 2.1.1 2022-11-02 15:53:21 +01:00
ab13db289f Add BSD-3-Clause license 2022-11-01 08:23:35 +01:00
Jacques Doeleman
6b3e295206 feat: Multiple features added
The input check widget callback now has an id of the inputfield.
The ability to set the height of the carousel input field.
Some inputcontroller have an onsubmit of the  inputfield supports it.
2022-10-26 09:06:28 +02:00
Joons
e387968e86 add date label as argument 2022-10-13 15:42:10 +02:00
Joons
d8691d36aa add initial date params 2022-10-13 15:29:07 +02:00
Jacques Doeleman
9e36197a77 Merge branch 'master' into feature/onChange 2022-10-13 13:35:03 +02:00
Joons
81b2f079c7 add enums to date picker 2022-10-13 12:04:26 +02:00
Jacques Doeleman
dd6fdcce45 Removed problems 2022-10-12 16:32:47 +02:00
Jacques Doeleman
1eeaf65359 Added onChange to formInputControllers 2022-10-12 16:30:14 +02:00
Joons
a83b32bf52 add input date picker 2022-10-12 15:13:12 +02:00
Jacques Doeleman
9f49961548 Fixed some pull request comments
Removed referemces to next_shell and removed some references image picker and removed a useless file
2022-09-29 16:29:38 +02:00
Jacques Doeleman
23d23bda13 Removed problems and formated 2022-09-29 09:55:33 +02:00
Jacques Doeleman
fa6994cee5 Replaced ShellForm with FlutterForm 2022-09-28 12:02:40 +02:00
Jacques Doeleman
cade46ecfe Updated some small things 2022-09-28 11:58:59 +02:00
Jacques Doeleman
e522e3db0e Updated readme and small clean up 2022-09-28 11:51:28 +02:00
Jacques Doeleman
d14980e624 Added some functionality and expanded the example with it. 2022-09-28 09:31:08 +02:00
Jacques Doeleman
63431dfad6 Made the example working again 2022-09-27 15:30:20 +02:00
TimIconica
2741be487c feat: improved example 2022-09-20 16:14:09 +02:00
TimIconica
16262dc75d feat: port of form next-shell to appshell 2022-09-20 11:04:00 +02:00
TimIconica
9c9bb2d936 feat: Initial Commit 2022-09-19 09:52:00 +02:00