flutter_downloader
flutter_downloader copied to clipboard
download failed if retry and can't be resume.
flutter - 2.2.1 flutter_downloader: ^1.6.1
issue 1 => once any download failed and retry download using the below code, it fails after 100% download, same issue if we cancel the task and redownload.
FlutterDownloader.retry(taskId: taskId!);
issue2 => if we pause and resume the retry task then also it can't be resumed.=>
Did u find the solution for can't resume after paused? I'm also facing it.