feat: Enable Impeller

This commit is contained in:
PapaTutuWawa 2024-09-29 13:29:44 +02:00
parent 3a977688c8
commit eccdd418b7

View File

@ -30,6 +30,10 @@
<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="true" />
</application> </application>
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />