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

BatchDownloads #9

Open AndriiReverchuk opened 1 year ago

AndriiReverchuk commented 1 year ago

Hi, I need to download files and group them into folders and show the overall download progress. Could you please add the ability to add the savedDir for each uploaded file separately?

AndriiReverchuk commented 1 year ago

List values = [DownloadTask(url:"", savedDir:"")]; downloadManager.addBatchDownloads(values);