fluttercommunity / flutter_uploader

background upload plugin for flutter
MIT License
210 stars 140 forks source link

uploader.result.listen called twice on iOS #233

Open DavidAriza opened 2 years ago

DavidAriza commented 2 years ago

I'm using uploader.progress.listen to show a progress notification and then uploader.result.listen to show a final notification, this is working perfectly fine on Android but on iOS, I see first a final notification, then a lot of progress notifications, and then a final notification again. It seems like uploader.result.listen is called before the file is uploaded and then is called again when the process ends

csy159963 commented 1 year ago

same here

usamawork61 commented 1 year ago

Did you find the solution?

dhruvanb commented 1 year ago

@DavidAriza, did you get any solution for this?