flutter_download_manager icon indicating copy to clipboard operation
flutter_download_manager copied to clipboard

BatchDownloads

Open AndriiReverchuk opened this issue 2 years ago • 1 comments

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 avatar Feb 09 '23 13:02 AndriiReverchuk

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

AndriiReverchuk avatar Feb 09 '23 14:02 AndriiReverchuk