We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3d5f3 commit c1a53efCopy full SHA for c1a53ef
android/.gitignore
@@ -5,9 +5,10 @@ gradle-wrapper.jar
5
/gradlew.bat
6
/local.properties
7
GeneratedPluginRegistrant.java
8
+.cxx/
9
10
# Remember to never publicly share your keystore.
-# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11
+# See https://flutter.dev/to/reference-keystore
12
key.properties
13
**/*.keystore
14
**/*.jks
android/app/src/main/AndroidManifest.xml
@@ -2,6 +2,8 @@
2
<application
3
android:label="algorithm_visualizer"
4
android:name="${applicationName}"
+ android:enableOnBackInvokedCallback="true"
+
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
0 commit comments