Commit graph

42 commits

Author SHA1 Message Date
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
7bed6b06b7 doc: update pubspec and changelog 2024-02-29 16:50:16 +01:00
Jacques
929d318668 feat: Add phone field and added some decorations to some fields 2024-02-21 16:02:31 +01:00
mike doornenbal
08d9c3c67c 6.2.5 2024-02-15 09:53:32 +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
Tim
befb9531cc feature (add): flutter multiline text field can now have an initial value 2024-01-12 10:33:11 +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
5ae4ce4d8a fix: pass on the show icon property to flutter form input date time widget 2023-11-01 10:26:59 +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
FahadFahim71
871a16debb fix: update flutter input library to latest version 2023-10-26 15:23:32 +02:00
Niels Gorter
401775aab1 fix version 2023-09-26 11:52:52 +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
Freek van de Ven
e4c5e2ae08 Merge pull request #28 from Iconica-Development/hotfix/update-dependencies
fix: updated flutter input library dependency
2023-08-10 09:57:31 +02:00
Kafune
d2a7046506 fix: updated flutter input dependency 2023-08-10 09:51:27 +02:00
Bugfix Jacques
eea2fdd88f fix: Update input library 2023-05-25 10:44:25 +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
Thomas Klein Langenhorst
c030b49087 add focusNode option to FlutterFormInputMultiLine 2023-01-18 11:18:43 +01:00
joonsv
0b2ab31eb2 add styling datepicker 2023-01-17 15:02: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
joonsv
5b47a8dd39 enforce 24h time picker 2022-12-27 09:51:37 +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
6a830df554 name change 2022-11-29 09:37:58 +01:00
Jorian van der Kolk
f59ffafa9d upgrade riverpod to 2.1.1 2022-11-02 15:53:21 +01:00
Joons
e5487c5833 update pubspec version 2022-10-19 09:43:25 +02:00
Jacques Doeleman
9e36197a77 Merge branch 'master' into feature/onChange 2022-10-13 13:35:03 +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
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