flutter_download_manager
flutter_download_manager copied to clipboard
BatchDownloads
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?
List<DownloadTask> values = [DownloadTask(url:"", savedDir:"")]; downloadManager.addBatchDownloads(values);