1-First Update you're flutter. 2-if you're using CachedNetworkImage First add this Package: https://pub.dev/packages/cached_network_image_platform_interface then in your CachedNetworkImage add this line: imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,
3-then run this: build web --web-renderer canvaskit