diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
| commit | 7c8b5676fecffe5468810b703c579acb6a5fd256 (patch) | |
| tree | 0c4ff107dfd012a4d03500f41f3607aff1d52616 /android/app/src/main/kotlin/com/example | |
First commit
Diffstat (limited to 'android/app/src/main/kotlin/com/example')
| -rwxr-xr-x | android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt b/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt new file mode 100755 index 0000000..440dc41 --- /dev/null +++ b/android/app/src/main/kotlin/com/example/speedometer/MainActivity.kt @@ -0,0 +1,5 @@ +package com.example.speedometer
+
+import io.flutter.embedding.android.FlutterActivity
+
+class MainActivity : FlutterActivity()
|
