Flutter SDK (3.29.0) after lock screen

Hi everyone,

I’m facing an issue with the latest Flutter SDK (3.29.0). After I lock the screen and then unlock it, the UI text appears distorted, as shown in the image.

Has anyone else experienced this issue?


1 Like

@TahaTesser

Appreciate your help :blush:

Is this Arabic fonts?

No, it’s English

I think you should file an issue.

As a quick fix I recommend disabling Impeller in AndroidManifest

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

seem it this issue

3 Likes

Impeller strikes again.

1 Like

It could be related to this one (we’ve seen that a lot Flame too):

Are you running on any of the chipsets listed there?

1 Like