flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Large file failed almost 500 MB

Open dalvi26 opened this issue 3 years ago • 1 comments

For Android Mobile, any version works fine for small file sizes, but it fails when the file size is big. How to handle the file size problem. We use PHP API and create dynamic pdf files same time so, the file size is not fixed.

How to handle it in flutter_downlaod?

dalvi26 avatar Jul 08 '22 12:07 dalvi26

Does your API always return the same generated file with e.g. an etag? Or does your API always generate a new file based on the lastest database changes so that in worst case two downloads of the same url can result in different file contents?

rekire avatar Sep 18 '22 18:09 rekire