fix: disable impeller backend (#2176)

This commit is contained in:
cyan 2025-04-09 02:52:14 +02:00 committed by GitHub
parent b949584645
commit 494207290e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,9 @@
<meta-data <meta-data
android:name="flutterEmbedding" android:name="flutterEmbedding"
android:value="2" /> android:value="2" />
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
<provider <provider
android:name="com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFileProvider" android:name="com.pichillilorenzo.flutter_inappwebview_android.InAppWebViewFileProvider"
android:authorities="${applicationId}.flutter_inappwebview_android.fileprovider" android:authorities="${applicationId}.flutter_inappwebview_android.fileprovider"