android - UI Glitching & Flickering Issue on Some Devices in Flutter App - Stack Overflow

Flutter UI Glitching and FlickeringI am facing a UI glitchingflickering issue in my Flutter applicatio

Flutter UI Glitching and Flickering

I am facing a UI glitching/flickering issue in my Flutter application on some devices. The UI breaks, showing distorted elements, as seen in the attached image).

Details:

  • Flutter Version: 3.27.1

  • Dart Version: 3.6.0

  • Affected Devices: Samsung and Xiaomi running Android 13+

    Issue Behavior:

  • The UI flickers and shows rendering artifacts.

  • It happens when scrolling or changing tabs.

  • The issue is random—some devices work fine, while others don't. Has anyone encountered this issue?

Any suggestions on how to fix or debug it?

Flutter UI Glitching and Flickering

I am facing a UI glitching/flickering issue in my Flutter application on some devices. The UI breaks, showing distorted elements, as seen in the attached image).

Details:

  • Flutter Version: 3.27.1

  • Dart Version: 3.6.0

  • Affected Devices: Samsung and Xiaomi running Android 13+

    Issue Behavior:

  • The UI flickers and shows rendering artifacts.

  • It happens when scrolling or changing tabs.

  • The issue is random—some devices work fine, while others don't. Has anyone encountered this issue?

Any suggestions on how to fix or debug it?

Share edited Mar 9 at 12:36 Vy Do 52.9k69 gold badges256 silver badges389 bronze badges asked Mar 7 at 13:24 Sachin ChavanSachin Chavan 236 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 3

Try disabling Impeller by adding the following setting to your project's AndroidManifest.xml file under the <application> tag:

<meta-data
    android:name="io.flutter.embedding.android.EnableImpeller"
    android:value="false" />

Since Flutter 3.27, Impleller is the default rendering engine for Android. Disabling Impeller has helped with similar issues here and here.

First check the flutter version of your app if there is higher then 3.24.5 then just downgrade the flutter version to 3.24.5

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744927183a4601509.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信