Baseflow / flutter_cache_manager

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

Flutter Web Support #334

Closed memmen closed 2 years ago

memmen commented 2 years ago

💬 Questions and Help

Is there any thought on making this package work on flutter web?

renefloor commented 2 years ago

CachedNetworkImage already has basic web support. It does load images, but doesn't cache them. I don't expect better web support soon. The pub.dev listing is quite hard to make it understand that web is supported.