flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Can't load the picture on the HUAWEI devices.

Open Onperson opened this issue 3 years ago • 1 comments

🐛 Bug Report

Recently, My company has developed the flutter home page with flutter, But we tested that Cached_network_image can't show up the http images on the HUAWEI os, Does it is ?

2021-11-26 10:26:41.595 32382-4012/? E/FlutterJNI: Failed to decode image android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error. at android.graphics.ImageDecoder.nCreate(Native Method) at android.graphics.ImageDecoder.access$200(ImageDecoder.java:173) at android.graphics.ImageDecoder$ByteBufferSource.createImageDecoder(ImageDecoder.java:250) at android.graphics.ImageDecoder.decodeBitmapImpl(ImageDecoder.java:1847) at android.graphics.ImageDecoder.decodeBitmap(ImageDecoder.java:1840) at io.flutter.embedding.engine.FlutterJNI.decodeImage(FlutterJNI.java:431)

Expected behavior

Reproduction steps

Configuration

Version: 1.x

Platform:

  • [ ] :iphone: iOS
  • [ ] :robot: Android

Onperson avatar Nov 26 '21 02:11 Onperson

What kind of image is this?

renefloor avatar Dec 29 '21 08:12 renefloor