flutter_downloader
flutter_downloader copied to clipboard
Not found partial downloaded data, this task cannot be resumed after CancellationException threw by pause function.
After pause method the download process gets CancellationException. The task will get paused anyway, but I can't resume the task. After resume method call I always get "not found partial downloaded data, this task cannot be resumed"

When I try to download using a resource URL(xyz.pdf), I am able to pause and resume the download without any issues, but when I use a dynamic URL that inturns return an s3 file, the download fails when resumed.
Is there any fix regarding this issue ?