Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
Problem:
The task was paused first, then resumed, repeated several times, and the initial progress was found to be wrong when resumed。Restoration progress will start from partialFile.length()
Problem: The task was paused first, then resumed, repeated several times, and the initial progress was found to be wrong when resumed。Restoration progress will start from partialFile.length()
https://user-images.githubusercontent.com/119268786/221539959-e5af41bc-b3b1-41cc-9a46-1ba549c4fd86.mp4
Reason: The reason is that the current progress is not written to the partialFile during the pause。
Sloved may be: