Added support for predictive back gesture

This commit is contained in:
Juan Gilsanz Polo
2024-06-11 22:30:55 +02:00
parent 5300fc651a
commit d2a5145324
2 changed files with 30 additions and 13 deletions

View File

@@ -4,7 +4,8 @@
<application
android:label="Linkdy"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="true">
<meta-data
android:name="flutterEmbedding"
android:value="2" />