adv_image_picker 2.0.2 adv_image_picker: ^2.0.2 copied to clipboard
An advanced image picker with our custom UI, depend on AdvCamera (Custom camera with focus and zoom functionality) and ImageList (A native image list view to render image optimally).
Advanced Image Picker #
This is my custom Image Picker that enabling you to multiple pick image and Adv Camera with our Custom UI
Note: This plugin is still under development, and some Components might not be available yet or still has so many bugs.
Installation #
First, add adv_image_picker
as a dependency in your pubspec.yaml file.
Notes #
If you are about to load the image in thumbnail size, it is recommended to get the image bytes from AdvImagePickerPlugin.getThumbnail Otherwise, it will be causing memory issue
adv_image_picker: ^1.0.6
Example #
You can find the full example, here