How to adjust download buffer size on flutter http, dio or flutter_downloader?
问题 I want to download a large file that is amount of about 300MB . It was a lot slower than I thought, and when I looked at the log, I saw that it was fetching bytes with a size of about 8KB . I haven't found a way to resize the download buffer even if I look for other flutter libraries. How can I adjust that? 回答1: Try using: flutter clean flutter channel stable Flutter has the following channels, in increasing order of stability: master dev beta stable Whenever you faced a strange behavior from