guoziyun
guoziyun
All test failed, something wrong! ``` construct element8 test failed: output is: 0,1,0,0,1,0,0,1,0 but should be 0,0,1,0,1,0,1,0,0 construct element16 test failed: output is: 0,0,0,0,1,0,0,0,1 but should be 0,0,0,0,1,0,0,1,0 construct element22...
PictureRecorder 功能有异常, 一旦调用recorder.endRecording().toImage(), 小游戏界面立马展示的是canvas画的内容,而widget根本就还没有去渲染它, web浏览器和手机上均没有问题。 开发环境 flutter版本:3.22.2 MPflutter版本: mpflutter_core: 2.7.0 mpflutter_build_tools: 2.7.1 mpflutter_wegame_api: ^2.5.0 操作系统:macOS 14.5 IDE:vscode 如图: 浏览器表现: 微信小程序表现: 参考代码: ``` class RecorderTest extends StatefulWidget { const RecorderTest({super.key}); @override...