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

Fix batch download example #15

Closed HugoHeneault closed 7 months ago

HugoHeneault commented 1 year ago

Hello,

Thanks for this great pub!

Without await, getDownloadProgress/whenBatchDownloadsComplete were called (and completed) before download really started, as addDownload is a future.

Adding awaits and evertyhing works great!