This commit is contained in:
Patrick Alvin Alcala 2025-02-27 13:36:14 +08:00
parent a56ed92863
commit bda39a56d0
12 changed files with 144 additions and 105 deletions

View file

@ -5,6 +5,12 @@
-->
<application
android:enableOnBackInvokedCallback="true">
<meta-data
android:name="flutterEmbedding"
android:value="2"
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false"/>
</application>
<uses-permission android:name="android.permission.INTERNET"/>