flutter_downloader
flutter_downloader copied to clipboard
Not getting download status anymore when download file exceeds 10 file (in my case)
i am not receiving any update from downloader_send_port isolate when i enqueue file more than 10. can anyone tell me what could be the possible issue?.
It's just straight up downloads the files without any issue, but! without progress update
yes same thing happening for me. any update?
What OS (and version) are you using?
so i implemented a make shift...i created an individual cubit for each download, and update the ui after getting updates from rawQuery (with a delay of few milliseconds)