fix: disable impeller backend (#2176)

cyan committed Apr 9, 2025 at 02:52 UTC 494207290e64d27ad808cdd91a4aa9a30fdbfdbc
1 file changed +3
android/app/src/main/AndroidManifestBase.xml
+3
@@ -107,6 +107,9 @@
107 <meta-data
108 android:name="flutterEmbedding"
109 android:value="2" />
110 + <meta-data
111 + android:name="io.flutter.embedding.android.EnableImpeller"
112 + android:value="false" />
113 <provider
114 android:name="com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFileProvider"
115 android:authorities="${applicationId}.flutter_inappwebview_android.fileprovider"