disable impeller on Android

Causes lag on bottom sheets when webview hybrid composition is enabled. Will re-enable in the future once fixed.
This commit is contained in:
Tommy Chow
2024-12-23 19:48:31 -05:00
parent 80837beaa8
commit 2890c123d0

View File

@ -37,6 +37,9 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data