fix: Nearly all rare cases of GPU renderer issues, and allow building on manager again (#2602)

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-06-26 12:40:14 +07:00
committed by GitHub
parent 83fc7f131a
commit 21ceadaf7f
6 changed files with 30 additions and 23 deletions

View File

@@ -39,6 +39,9 @@
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme" />
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />