flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Not getting download status anymore when download file exceeds 10 file (in my case)

Open TheStarkster opened this issue 2 years ago • 3 comments

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

TheStarkster avatar Jun 17 '22 17:06 TheStarkster

yes same thing happening for me. any update?

alexaung avatar Jun 20 '22 14:06 alexaung

What OS (and version) are you using?

bartekpacia avatar Aug 18 '22 20:08 bartekpacia

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)

TheStarkster avatar Aug 22 '22 14:08 TheStarkster