Skip to content

Commit bc27cad

Browse files
committed
Perf: Disable Impeller on Android for now
1 parent 2a3a587 commit bc27cad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/app/src/main/AndroidManifest.xml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT"
5454
android:value="true"/>
5555

56+
<!-- Disable impeller due to https://github.com/flutter/flutter/issues/160941 -->
57+
<meta-data
58+
android:name="io.flutter.embedding.android.EnableImpeller"
59+
android:value="false" />
60+
5661
<!-- Don't delete the meta-data below.
5762
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
5863
<meta-data

0 commit comments

Comments
 (0)