Random files, maybe due to flutter run.

This commit is contained in:
2025-01-30 20:01:05 -07:00
parent a4ad5823aa
commit 26f688cfe9
19 changed files with 45 additions and 180 deletions

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="flutter_expense_tracker"
android:label="flutter_empty"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -1,4 +1,4 @@
package com.example.flutter_expense_tracker
package com.example.flutter_empty
import io.flutter.embedding.android.FlutterActivity