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

Update multi_image_picker_controller.dart #15

Closed bennito254 closed 1 year ago

bennito254 commented 1 year ago

change allowMultiple to true if maxFiles is greater than 1

shubham16g commented 1 year ago

@bennito254 Thank you for contributing to this project. For most people, maxImages will be greater than 1 as it is a picker for multiple images. But for maxImages = 1. It will be good to have. It will be added in version 0.0.12

shubham16g commented 1 year ago

@bennito254 Versions 0.0.12 and 0.0.13 are released.