weta-vn / advance_image_picker

Flutter plugin for selecting multiple images from the Android and iOS image library, taking new pictures with the camera, and edit them before using such as rotating, cropping, adding sticker/filters.
BSD 3-Clause "New" or "Revised" License
110 stars 49 forks source link

NEW FEATURE: Platform aware confirmation dialogs #31

Open rydmike opened 2 years ago

rydmike commented 2 years ago

Currently advance_image_picker always uses Material style confirmation dialogs. This is not ideal for iPhone/iPad users, since iOS users feel more at home when dialogs use native looking confirmation dialog style.

Add a new feature that by default uses:

A configuration option would be provided that offers:


This issue is summitted so it can be marked in this issue when it is being worked on. I might work on it myself later.