disable impeller

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-21 20:36:23 +08:00
parent a4b0b16a19
commit 8bc6d51811

View File

@@ -43,6 +43,9 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
tools:replace="android:allowBackup">
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"