flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Error: Invalid image data, but Image.network() works fine.

Open javaone199 opened this issue 9 months ago • 7 comments

🐛 Bug Report

CachedNetworkImage(
  imageUrl: url,
  placeholder: (context, url) => const CircularProgressIndicator(),
  errorWidget: (context, url, error) => Text(error.toString()),
  httpHeaders: {},
);

tried image URL: https://www.apple.com/v/iphone/home/bu/images/overview/select/iphone_15_pro__bpnjhcrxofqu_large_2x.png

Error: Invalid image data.

The following works fine with the same URL.

Image.network(
  url,
  headers: {},
);

Android 14 real device.

javaone199 avatar May 08 '24 00:05 javaone199

我也遇到了同样的问题

IceTears1 avatar May 08 '24 09:05 IceTears1

ios也不行 改成http可以正常加载

IceTears1 avatar May 08 '24 09:05 IceTears1

having the same issue!

Meshkat-Shadik avatar May 24 '24 19:05 Meshkat-Shadik

having the same issue

nerraj-droid avatar Jun 11 '24 05:06 nerraj-droid

Facing the same issue.

hudaif99 avatar Aug 23 '24 06:08 hudaif99

Facing same issue

anandsubbu007 avatar Sep 10 '24 14:09 anandsubbu007

Having the same issue.

YonatanSegura97 avatar Sep 25 '24 15:09 YonatanSegura97