Byte920

Results 7 comments of Byte920

可以试下这样能不能避免崩溃,我们使用情况是可以的

> 要检查一下 Flutter VC 是否被弹出了,如果弹出后再通过 flutter_boost 显示就会出现这个问题 如图判断就是判断是不是弹出了flutter VC

> > > 要检查一下 Flutter VC 是否被弹出了,如果弹出后再通过 flutter_boost 显示就会出现这个问题 > > > > > > 如图判断就是判断是不是弹出了flutter VC > > 这样试了一下,确实没问题了,先手动改一下源码吧,等待修复,话说这都好几个月了,也没把这个pr合过去 感觉不维护了

https://github.com/flutter/flutter/assets/14013454/6d27ac25-4e43-41c5-be0d-f19726a9e5fc https://github.com/flutter/flutter/assets/14013454/0ec47a51-89a5-44de-bc1d-cc52e6dcee81 Center( child: ClipRect( child: BackdropFilter( filter: ImageFilter.blur(sigmaX: 10.0, sigmaY: 10.0), child: Container( width: 300, height: 300, color: Colors.red.withOpacity(0.6), )), )), create flutter projects for flutter2.0.6 and flutter3.19.3, and...

I try your sample code, and it's same as the second video, but I excepted it would be the first video, click the button, the container flash

well done, I only test on iOS with flutter 3.19.3 and hope it can check offscreen on iOS with next flutter version