Commit graph

35 commits

Author SHA1 Message Date
John Gorter
bb044ce0b5 feat: add parameters to the abstract base class for the pickImageFile so we can use polymorphic calls from the outside.. 2025-03-05 11:03:36 +01:00
John Gorter
83cb1857a0 feat: Add imagesource parameter to pickImageFile to use the cross platform image picker with all available options. 2025-03-05 11:03:36 +01:00
John Gorter
1e579005f2 feat: add quality as parameter to the pickFile call with default value of 20 2025-03-05 11:03:36 +01:00
Kiril Tijsma
a865e651b1 feat(media-picker-service): add pickFileOfType method 2024-12-04 08:42:37 +01:00
Jacques
779b9f4a49 fix: add missing validation message 2024-08-26 15:48:03 +02:00
Vick Top
5b5a9cc11c fix: move ignore use_build_context_synchronously to correct place 2024-03-04 16:44:40 +01:00
Vick Top
14c9301d24 doc: create documentation for files 2024-03-04 16:44:40 +01:00
mike doornenbal
ebe055d867 feature: added CI workflow 2023-11-01 14:13:31 +01:00
mike doornenbal
6d8912c581 fix: debug logs
removed logs on initialisation of audioService
2023-11-01 13:29:44 +01:00
bd53221bdc fix: remove null check operator and perform appropriate null check
Now it is no longer possible to break the widget by providing a null value to the disabledPickers property.
Making the property to a non-nullable list would remove more complexity, but introduces breaking changes.
2023-06-19 11:01:19 +02:00
Bram Bakker
b986d5f8ec fix: added an empty array as default value 2023-05-19 14:12:53 +02:00
Bram Bakker
cfcbf05135 moved gestureDetector into Widget class 2023-03-29 16:59:03 +02:00
Bram Bakker
be6c331e0b Update media_picker.dart 2023-03-29 16:10:44 +02:00
Thomas Klein Langenhorst
8a70a0194a Fix: fix formatting and added logger back 2023-03-28 11:10:07 +02:00
Thomas Klein Langenhorst
48045517de - Bump flutter_form_wizard to version 6.0.0
- Remove unnecessary `riverpod` dependency
2023-03-28 11:10:04 +02:00
Joons Stuijvenberg, van
b17be9cebb fix:left-button 2023-03-27 10:42:52 +02:00
Joons Stuijvenberg, van
cf6516bf25 fix:recording start without permissions 2023-03-27 10:09:17 +02:00
joonsv
67f1b9b60f add left button 2023-03-07 14:12:44 +01:00
d7069af5ae Fix an incorrect import on web 2023-01-16 10:04:26 +01:00
Tim
6ca4866074 feat: added option to change color of loading icon 2023-01-05 15:34:19 +01:00
Tim
d0a55263b2 feat: add mimeType 2023-01-04 16:26:36 +01:00
Tim
52a9f0502b refactor: clean up 2023-01-03 09:09:31 +01:00
Tim
a3fbcfdda6 feat: widgets are now fully customizable per input 2023-01-02 17:06:10 +01:00
Tim
5b87c8cc38 feat: opening text files now show file name and it's content 2023-01-02 09:19:30 +01:00
Tim
4d9f760418 fix: comments Jorian 2022-12-23 15:10:01 +01:00
Tim
03158424aa feat: added new example for icons option
Also added the option to add your own icon for each button
2022-12-23 13:20:56 +01:00
Tim
25c20f9298 feat: added icon mode 2022-12-23 11:57:28 +01:00
Tim
114443fb57 feat: added icon support 2022-12-22 16:18:33 +01:00
Tim
7952b3af89 fix: changed language to English 2022-12-22 13:57:57 +01:00
Tim
ef3a839b7f feat: add file picker 2022-12-22 11:15:08 +01:00
Tim
cd44468067 feat: add image picker 2022-12-22 09:08:49 +01:00
39c41efc0c Add BSD-3-Clause license 2022-11-01 08:23:06 +01:00
Jacques Doeleman
660549fcf6 feat: audio styling 2022-10-27 11:43:18 +02:00
Jacques Doeleman
485e1c6952 fix: ontap not working when custom header is set 2022-10-27 09:14:17 +02:00
Niels Gorter
610012ca5b initial port 2022-10-26 10:04:03 +02:00