Cleanup and updates (#126)

* updated gradle wrapper

* get packages

* fix dependabot issues

* Migrate to using io.flutter.embedding.android.FlutterActivity

* delete files
This commit is contained in:
Nishant Srivastava
2022-10-22 21:24:21 +02:00
committed by GitHub
parent 0df530c26a
commit f761e553e4
387 changed files with 8427 additions and 7480 deletions

View File

@ -5,7 +5,7 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:name="io.flutter.embedding.android.FlutterActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"

View File

@ -1,6 +0,0 @@
package com.example.getx_counter_app
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}