CaiJingLong/dart_image_size_getter

Failed to create image decoder with message 'unimplemented'

Closed this issue · 1 comments

Version

2.1.2

Platforms

Android

Device Model

none

flutter info

Failed to create image decoder with message 'unimplemented'

How to reproduce?

final thumbPathFile = File(thumbPath);
final size = ImageSizeGetter.getSize(FileInput(thumbPathFile));
print('图片宽:${size.width}');
print('图片高:${size.height}');

Logs

Failed to create image decoder with message 'unimplemented'

Example code (optional)

final thumbPathFile = File(thumbPath);
final size = ImageSizeGetter.getSize(FileInput(thumbPathFile));
print('图片宽:${size.width}');
print('图片高:${size.height}');

Contact

1559664966@qq.com

Provider your image here, and more logs.