flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

download failed if retry and can't be resume.

Open uc-dve opened this issue 3 years ago • 1 comments

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!);

image

issue2 => if we pause and resume the retry task then also it can't be resumed.=>

image

uc-dve avatar Jun 16 '21 09:06 uc-dve

Did u find the solution for can't resume after paused? I'm also facing it.

shinewanna avatar Feb 01 '22 14:02 shinewanna