Commit graph

18 commits

Author SHA1 Message Date
Freek van de Ven
7458b06fc0 Fix permission handling in image picker
Add permission handling for image picker to prevent crashes when permission is denied.

* **Android Manifest**: Add permissions for reading and writing external storage.
* **Permission Service**: Create a new service to handle permission requests using the `permission_handler` package.
* **Image Picker UI**: Modify the image picker to check and request permissions before accessing media. Show a popup if permission is denied.
* **Example App**: Update the example app to include permission handling and show a dialog if permission is denied.
* **Dependencies**: Add `permission_handler` dependency in `pubspec.yaml`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Iconica-Development/flutter_image_picker?shareId=XXXX-XXXX-XXXX-XXXX).
2024-12-12 21:27:21 +01:00
mike doornenbal
a6f50c54d8 feat: add support for handling errors 2024-09-05 10:33:26 +02:00
mike doornenbal
004f0067a4 feat: add default styling and title 2024-08-08 10:42:33 +02:00
6221ed816f chore: ready the package for deployment to the pub server 2024-07-19 11:25:59 +02:00
mike doornenbal
b3aa961e92 fix: removed customButton 2024-02-28 12:00:33 +01:00
Jacques
c7114d56ca bugfix: SImplify ImagePickerTheme 2024-02-22 16:23:09 +01:00
mike doornenbal
7743745c37 fix: imagepicker version 2024-02-07 10:46:02 +01:00
mike doornenbal
455fc691a2 fix: add ci and linter 2024-02-07 09:51:48 +01:00
Joons Stuijvenberg, van
27a8217b86 feat: make camera option optional 2023-04-03 14:45:54 +02:00
Thomas Klein Langenhorst
aed0952376 Updated README, added GIF, added Github Actions, removed riverpod in example in place of basic example, bumped image_picker dependency 2022-11-25 14:35:48 +01:00
Freek van de Ven
ae2cc33479 feat: added ImagePickerService interface 2022-10-21 16:21:06 +02:00
Jacques Doeleman
5bfc0ed7e5 Icons can be changed with a Widget
Previously only done with IconData
2022-09-26 12:00:55 +02:00
commitimpush
6cec1140b3 updated pubspec with homepage 2022-09-05 08:55:51 +02:00
commitimpush
4ede413ee4 Added UI tests and attempt at service test 2022-09-02 14:13:58 +02:00
commitimpush
d65495db94 gif added 2022-09-01 11:59:27 +02:00
commitimpush
c4073074c4 Made first version of image picker 2022-08-31 10:09:36 +02:00
commitimpush
25096779d2 Added more folders 2022-08-29 15:10:34 +02:00
commitimpush
c7403aacf1 Initial Commit 2022-08-29 14:52:48 +02:00