enable impeller

This commit is contained in:
Thibault Deckers 2024-10-25 19:34:15 +02:00
parent f1b143ac95
commit 0af94eee1a

View file

@ -335,6 +335,6 @@
-->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
android:value="true" />
</application>
</manifest>