shubham16g / multi_image_picker_view

An image_picker based widget which helps to pick multiple images in a GridView which can also be reorderable.
https://pub.dev/packages/multi_image_picker_view
MIT License
25 stars 25 forks source link

No option for image quality #7

Closed moinkhan780 closed 11 months ago

shubham16g commented 11 months ago

Version 1.0.0 is released with Major Changes 🚀.

The package no longer handles the image-picking logic. You have to define your picker logic as you want. You can either choose image_picker or file_picker or any plugin you want with your own image/file picking logic. This will give you more flexibility and control.

The logic for image quality can be implemented by yourself.

Check the README.md for docs and migrating guidelines.