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: Alternative locations for the DONE button. #30

Open rydmike opened 2 years ago

rydmike commented 2 years ago

Make it possible to use alternative placement for the DONE button in the advance_image_picker

In addition to AppBar end location it could support:

The feature would make quick one handed usage of the camera in portrait possible, just snap pics and send them away without reaching for the top of the phone, that is very far away on tall modern phones.

This feature can be added without breaking past configuration that would remain as default.


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.