Open huangsir0 opened 3 months ago
类似的问题,运行代码同贴主相同,加载的是微信登录url,但是页面无法展示,并报:
Message: Exception: Invalid image data
Time: 2024-10-25 11:36:00.916568
Detail:
#0 _futurize (dart:ui/painting.dart:6980:5)
#1 ImageDescriptor.encoded (dart:ui/painting.dart:6786:12)
#2 BoxFitImage._loadAsync (package:webf/src/painting/box_fit_image.dart:88:62)
<asynchronous suspension>
#3 MultiFrameImageStreamCompleter._handleCodecReady (package:flutter/src/painting/image_stream.dart:1005:3)
<asynchronous suspension>
我的运行环境是windows 10, debug模式。
main 分支修复了 pthread-win32 带来的 crash 问题,可以再试试
Affected version
0.16.1
Flutter versions
3.22.1
No same issues found.
Steps to Reproduce
在windows 运行以下代码,我Windows11 64位系统。
Code example
Expected results
希望能正常运行
Actual results