flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Adding web support

Open mhbdev opened this issue 2 years ago • 1 comments

🚀 Feature Requests

That would be awesome if you add web support the current package like the way universal_html added android support to its dependency.

I really need to use this package universally in my projects and there is always an issue building flutter web applications using this dependency. This would be great if you add a fake implementation for web at least preventing the build errors from showing up.

Platforms affected (mark all that apply)

  • [✔️] 🌐 Web

mhbdev avatar Feb 13 '23 11:02 mhbdev

Both the CachedNetworkImage as CachedNetworkImageProvider have minimal support for web. It currently doesn't include caching.

What kind of nonsense is this? CachedNetworkImage doesn't support caching? Why exist at all at that point.

Meerkov avatar Jul 07 '23 07:07 Meerkov