flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Webp format support for ImageCacheManager ?

Open bounty1342 opened this issue 2 years ago • 2 comments

💬 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

bounty1342 avatar Dec 05 '21 15:12 bounty1342

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

renefloor avatar Dec 29 '21 08:12 renefloor

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

Hacklone avatar Apr 13 '22 21:04 Hacklone