We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3a587 commit bc27cadCopy full SHA for bc27cad
android/app/src/main/AndroidManifest.xml
@@ -53,6 +53,11 @@
53
android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT"
54
android:value="true"/>
55
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
+
61
<!-- Don't delete the meta-data below.
62
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
63
<meta-data
0 commit comments