Commit graph

35 commits

Author SHA1 Message Date
Tobias Leijs
59c3568e0c feat(date picker): add selectableTimePredicate 2024-07-22 12:06:49 +02:00
mike doornenbal
d74c702fa7 feat: add FlutterFormInputDropdown 2024-06-28 14:17:18 +02:00
Gorter-dev
fbc64dcc23
Merge pull request #38 from Iconica-Development/upgrade
chore: upgrade version to 3.3.1
2024-05-14 14:12:50 +02:00
Bart Ribbers
f30634508e chore: upgrade version to 3.3.1 2024-05-14 14:08:36 +02:00
Bart Ribbers
e6ea668b80 chore(deps): loosen version requirement of 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 13:25:12 +02:00
Jacques
f09037b850 feat: add radio button to the input library.
Made some changes to the number pciker and added the axis parameter.
change the format of the outcoming value of the showDateRangePicker
2024-04-25 08:50:41 +02:00
Jacques
8e8fe01467 fix: Chang dial code selector to prefix icon 2024-02-21 15:38:18 +01:00
Jacques
919f461125 fix: Proper saving of value and more customization 2024-02-21 11:14:47 +01:00
Jacques
e900f4ada5 feat: Add input field for phonenumber 2024-02-19 14:52:47 +01:00
Jacques
3b2c5e294f feat: Add controller to password 2024-02-07 16:13:35 +01:00
Jacques
2484f30b31 Merge commit '0150d60ae1aa1a58c6d8ba0fdcdcca962e88bd90' into feature/multiple_bool_input 2024-02-06 10:44:58 +01:00
Jacques
8d1ad0ca02 feat: Add checkbox as option to the flutter input switch which is now called FlutterFormInputBool 2024-02-06 10:29:04 +01:00
mike doornenbal
fee3d681cb feat: add ci and linter 2024-02-02 16:38:13 +01:00
Jacques
92e7e74ef1 feat(password): Provide a decoration to the password field 2024-02-01 11:18:04 +01:00
FahadFahim71
57a0240007 feat: add obscureText property to plain input 2024-01-23 13:12:37 +01:00
Jacques
cc0694554f feat: Added the parameter for textcapitalization for plain text and multi line 2023-12-14 16:24:51 +01:00
Freek van de Ven
d672ddeafd Merge pull request #25 from Iconica-Development/feature/add-style-parameter-to-password-field
feat: add style parameter to FlutterFormInputPassword
2023-12-08 11:02:33 +01:00
Tim
b9674d7ada feat: add formatInputs parameter to FlutterFormInputPlainText and FlutterFormInputPassword 2023-12-07 14:42:14 +01:00
Jacques
73ce94ba37 feat: Added scroll picker field 2023-11-01 11:30:31 +01:00
Jacques
1c221fadf9 Added the ability to disable onTap of DateTimePicker 2023-10-26 16:12:37 +02:00
Jacques
2af5571d91 fix: Update version and changelog 2023-10-26 14:11:22 +02:00
Kafune
3084d6c5f0 fix: initial time is optional 2023-08-10 11:28:07 +02:00
Kafune
b349078cf7 fix: 12 o'clock at noon selectable 2023-08-09 17:11:19 +02:00
Bugfix Jacques
efda4bb9b2 fix: Date picker field now has unique key so new field has new value 2023-05-25 10:39:37 +02:00
57f3e5e1fa feat: update to be compatible with flutter 3.10 2023-05-12 11:21:38 +02:00
Thomas Klein Langenhorst
8ac5d4f0ce fix: Fix dependency intl 2023-03-26 12:40:49 +02:00
Thomas Klein Langenhorst
b2acf96278 feature: Remove unnessecary Riverpod dependency 2023-03-26 12:16:25 +02:00
Joons Stuijvenberg, van
7d98c56972 feature: add time picker parameter 2023-03-24 09:54:57 +01:00
joonsv
7529009469 add style to date picker 2023-01-17 14:56:30 +01:00
Joons Stuijvenberg, van
906e92b936 fix date-time format and validator 2023-01-16 15:21:47 +01:00
Thomas Klein Langenhorst
72caf15e8c bump to version 1.0.3 2023-01-12 09:39:31 +01:00
Thomas Klein Langenhorst
ab6d840c0d update version, update changelog 2023-01-11 13:02:37 +01:00
joonsv
2d67da8408 add decoration option for datetime input fields 2023-01-05 11:15:16 +01:00
Thomas Klein Langenhorst
5afec94105 Updated README, added GIF, updated example, added Github Actions and Depandabot 2022-12-23 16:09:17 +01:00
Niels Gorter
a7c3b3b192 initial commit 2022-11-29 13:16:44 +01:00