cj123195 / multi_image_picker_plus

Flutter plugin that allows you to display multi image picker on iOS and Android.
MIT License
4 stars 12 forks source link

Can't pick multiple images on Android #6

Closed BunnyBuddy closed 4 months ago

BunnyBuddy commented 10 months ago

I am trying to pick multiple images on android, with one image its okay but a weird issue happens when I pick more than 1 image. Images are picked okay but as soon as I finalise them, I get error

PlatformException(already_active, Image picker is already active, null, null)

Can you please check what's the issue here

BunnyBuddy commented 10 months ago

Okay I've narrowed it down to the issue, the problem is when I try to convert Asset to File it breaks the code for multiple images, only works for the first one.

cj123195 commented 10 months ago

Okay I've narrowed it down to the issue, the problem is when I try to convert Asset to File it breaks the code for multiple images, only works for the first one.

Due to work reasons, I may not be able to troubleshoot this issue in a timely manner, but I will do it when I have time. If you have fixed this issue, you can submit a merge request.

cj123195 commented 9 months ago

I have reproduced this issue and fixed it. You can give it a try.