nabil6391 / flutter_download_manager

Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
MIT License
46 stars 29 forks source link

Add support for downloading in the background #1

Closed hajajmaor closed 2 years ago

hajajmaor commented 2 years ago

Suggestion: Each download should have a different isolate, but if adding a background process and spawning the isolates, I think it should work.

micodev commented 2 years ago

keep up , looking for that feature ( very important one ) 😍😍😍

nabil6391 commented 2 years ago

Thanks for the suggestion guys, the downloading of the files are already async and does not block the UI thread. So what do you think would the benefits be for using an isolate here.