Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
749 stars 438 forks source link

Cancel function on Download stream file #311

Closed vernalclareai closed 3 years ago

vernalclareai commented 3 years ago

🏗 Enhancement Proposal

DefaultCacheManager().getFileStream(downloadUrl, withProgress: true);

I wanted to cancel the download, but there is no option. Any idea on it?

Pitch

Platforms affected (mark all that apply)

renefloor commented 3 years ago

It is not possible yet indeed. Please give a thumbs up to this older existing issue: #208