flutter_downloader
flutter_downloader copied to clipboard
Large file failed almost 500 MB
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?
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?