Baseflow / flutter_cache_manager

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

How do I know one file is during downloading? #385

Open AugustWangVeeva opened 1 year ago

AugustWangVeeva commented 1 year ago

💬 Questions and Help

For questions or help we recommend checking: If I am starting a downloading progress by await DefaultCacheManager().downloadFile(url);, and if I use "await DefaultCacheManager().downloadFile(url);" again, how do I know the file is in downloading progress and not download it twice or restart the downloading?