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

Fixed null image bytes being returned when image is not null #18

Closed xalgia closed 1 year ago

xalgia commented 1 year ago

Sometimes the file picker package returns null as image bytes. This is easily rectified by passing the "withData: true" argument to the file picker. This has been tested to resolve the 'Null Bytes' problems on Linux.