flutter_cached_network_image
flutter_cached_network_image copied to clipboard
Adding web support
🚀 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
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.