alibaba / flutter_boost

FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts
https://github.com/alibaba/flutter_boost
MIT License
6.98k stars 1.23k forks source link

[Bug]: 解决鸿蒙3.22黑屏的问题 #2147

Open fengnudexiaoniao opened 2 hours ago

fengnudexiaoniao commented 2 hours ago

请描述遇到的问题,以及您所期望的正确的结果

FlutterPage({ viewId: this.flutterView!.getId(), xComponentType: this.xComponentType, xComponentColor:Color.Transparent///增加这句代码,要不然透明页面和打开时会出现黑屏 })

请说明如何操作会遇到上述问题

No response

在下面填入关键复现代码

复现的平台

Both

Flutter SDK版本

3.22

FlutterBoost版本

4.6.5

是否延迟初始化FlutterBoost

No

解决方案

fengnudexiaoniao commented 2 hours ago

xComponentColor:Color.Transparent ///增加这句代码,要不然透明页面和打开时会出现黑屏