Ran flutter create . to create new files based on changed package name.

This commit is contained in:
2025-03-21 09:32:45 -07:00
parent 579a611bc2
commit 5ec246228e
6 changed files with 140 additions and 15 deletions

View File

@ -0,0 +1,5 @@
package com.hyperling.flutter_expense_tracker
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity()