flutter_image_picker/example
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
..
android Fix permission handling in image picker 2024-12-12 21:27:21 +01:00
assets/images Made first version of image picker 2022-08-31 10:09:36 +02:00
ios 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
lib Fix permission handling in image picker 2024-12-12 21:27:21 +01:00
linux chore: ready the package for deployment to the pub server 2024-07-19 11:25:59 +02:00
macos chore: ready the package for deployment to the pub server 2024-07-19 11:25:59 +02:00
web Made first version of image picker 2022-08-31 10:09:36 +02:00
windows chore: ready the package for deployment to the pub server 2024-07-19 11:25:59 +02:00
.gitignore fix: add ci and linter 2024-02-07 09:51:48 +01:00
.metadata Made first version of image picker 2022-08-31 10:09:36 +02:00
analysis_options.yaml Made first version of image picker 2022-08-31 10:09:36 +02:00
pubspec.yaml 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
README.md Made first version of image picker 2022-08-31 10:09:36 +02:00

flutter_image_picker_example

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.