I am working on a Flutter application where users can download a zip file. I have implemented the download functionality, but I am facing an issue. I want to enable the capability to resume the download if it gets interrupted and not start the download from scratch every time.
I have successfully implemented the initial download functionality using the package Download_assets. However, if the download is interrupted due to network problems or application downtime, the download resumes from the beginning.
Any guidance, code snippets, or recommendations would be greatly appreciated. Thank you!