flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

uploader.result.listen called twice on iOS

Open DavidAriza opened this issue 2 years ago • 3 comments

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

DavidAriza avatar Jul 08 '22 19:07 DavidAriza

same here

csy159963 avatar Oct 27 '22 04:10 csy159963

Did you find the solution?

usamawork61 avatar Feb 14 '23 19:02 usamawork61

@DavidAriza, did you get any solution for this?

dhruvanb avatar Mar 31 '23 14:03 dhruvanb