Baseflow / flutter_cache_manager

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

Webp format support for ImageCacheManager ? #353

Open bounty1342 opened 2 years ago

bounty1342 commented 2 years ago

💬 Questions and Help

Hey @renefloor, Why is webp not in the file list ? const supportedFileNames = ['jpg', 'jpeg', 'png', 'tga', 'cur', 'ico'];

Shouldn't it be included ?

Regards

renefloor commented 2 years ago

I can give it a try, I guess that should work

Hacklone commented 2 years ago

Any progress on this? I suspect this is really just adding webp to the supportedFileNames array