Commit graph

97 commits

Author SHA1 Message Date
Gorter-dev
bc8b1d572b
Merge pull request #40 from Iconica-Development/fix/deploy
chore: ready the package for deployment to the pub server
2024-07-22 14:55:03 +02:00
mike doornenbal
e505662e2f
Merge pull request #41 from Iconica-Development/feature(date-picker)/add-selectableTimePredicate
feat(date picker): add selectableTimePredicate
2024-07-22 13:00:54 +02:00
Tobias Leijs
59c3568e0c feat(date picker): add selectableTimePredicate 2024-07-22 12:06:49 +02:00
Bart Ribbers
9838220de7 chore: ready the package for deployment to the pub server 2024-07-11 18:01:21 +02:00
Bart Ribbers
04752e9a53 chore: add fvm configuration to gitignore 2024-07-11 17:46:06 +02:00
mike doornenbal
cdc06bbb79
Merge pull request #39 from Iconica-Development/feature/dropdownfield
feat: add FlutterFormInputDropdown
2024-06-28 14:25:06 +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
Gorter-dev
f970719da2
Merge pull request #37 from Iconica-Development/chore/upgrade-intl
chore(deps): upgrade intl to 0.19.0
2024-05-14 13:46:00 +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
Gorter-dev
6b952ae230
Merge pull request #36 from Iconica-Development/feature/radio
feat: add radio button to the input library.
2024-04-25 09:16:49 +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 Doeleman
fddf100fb0
Merge pull request #35 from Iconica-Development/bugfix/phone_field
Bugfix/phone field
2024-02-21 15:40:18 +01: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 Doeleman
f6ecacc69a
Merge pull request #34 from Iconica-Development/feature/phone_field
feat: Add input field for phonenumber
2024-02-20 09:23:58 +01:00
Jacques
e900f4ada5 feat: Add input field for phonenumber 2024-02-19 14:52:47 +01:00
Freek van de Ven
616ff411ec
Merge pull request #33 from Iconica-Development/update-component-documentation-workflow-correct
Add component-documentation.yml correct
2024-02-13 15:11:26 +01:00
Freek van de Ven
942767cadf
Merge pull request #32 from Iconica-Development/chore/remove-secret
chore: remove old documentation workflow
2024-02-13 15:11:16 +01:00
Vick Top
8a18658ddd feat(documentation): Create component-documentation.yml workflow file 2024-02-13 13:39:02 +01:00
Vick Top
840ffdb4a9 chore: Remove old component-documentation.yml 2024-02-13 13:39:02 +01:00
Vick Top
b8e44d682a chore: remove old documentation workflow 2024-02-13 10:07:18 +01:00
Freek van de Ven
329d479ecb
Merge pull request #31 from Iconica-Development/update-component-documentation-workflow
Add component-documentation.yml
2024-02-12 20:22:42 +01:00
Vick Top
1ea247b03d feat(documentation): Create component-documentation.yml workflow file 2024-02-12 19:11:01 +01:00
Freek van de Ven
f10d3fce6e feat: add documentation workflow 2024-02-12 10:51:27 +01:00
Freek van de Ven
6b3116383e feat: add documentation workflow 2024-02-12 09:59:53 +01:00
Jacques Doeleman
1244353cb7 Merge pull request #30 from Iconica-Development/feat/password_controller
Feat/password controller
2024-02-09 14:22:19 +01:00
Jacques
3b2c5e294f feat: Add controller to password 2024-02-07 16:13:35 +01:00
Gorter-dev
7d1880b8e3 Merge pull request #29 from Iconica-Development/feature/multiple_bool_input
feat: Add checkbox as option to the flutter input switch which is now…
2024-02-06 16:13:15 +01:00
Gorter-dev
7024fb7e40
Merge pull request #29 from Iconica-Development/feature/multiple_bool_input
feat: Add checkbox as option to the flutter input switch which is now…
2024-02-06 10:48:38 +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
0150d60ae1 Merge branch 'feature/add_ci_linter' 2024-02-02 16:38:44 +01:00
mike doornenbal
fee3d681cb feat: add ci and linter 2024-02-02 16:38:13 +01:00
Gorter-dev
8eb1d80a9f
Merge pull request #28 from Iconica-Development/feat/password_decoration
feat(password): Provide a decoration to the password field
2024-02-01 11:20:41 +01:00
Jacques
92e7e74ef1 feat(password): Provide a decoration to the password field 2024-02-01 11:18:04 +01:00
Fahad Fahim
4f0e548186
Merge pull request #27 from Iconica-Development/feat/obscure-text
feat: add obscureText property to plain input
2024-01-23 13:22:03 +01:00
FahadFahim71
57a0240007 feat: add obscureText property to plain input 2024-01-23 13:12:37 +01:00
Freek van de Ven
88a77b1263 chore: add figma link 2023-12-17 14:38:14 +01:00
Freek van de Ven
6ae18d09bb
Merge pull request #26 from Iconica-Development/feature/text_capitalization
feat: Added the parameter for textcapitalization for plain text and m…
2023-12-14 16:32:59 +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
df7ce8a98b feat: add style parameter to FlutterFormInputPassword 2023-12-08 10:55:45 +01:00
Freek van de Ven
3cffe40f34
Merge pull request #24 from Iconica-Development/feature/plain-text-field-format-input
feat: add formatInputs parameter to FlutterFormInputPlainText
2023-12-07 14:51:32 +01:00
Tim
b9674d7ada feat: add formatInputs parameter to FlutterFormInputPlainText and FlutterFormInputPassword 2023-12-07 14:42:14 +01:00
Gorter-dev
d0c0d49d66
Merge pull request #23 from Iconica-Development/feature/scroll_picker
feat: Added scroll picker field
2023-11-01 16:41:13 +01:00
Jacques
e3da63c7c6 fix: Made year an optional parameter for generating month list 2023-11-01 16:08:21 +01:00
Jacques
9a81543e8c fix: linter 2023-11-01 13:16:06 +01:00
Jacques
26c5ab03cf fix: comments 2023-11-01 13:11:36 +01:00