Skip to content

Commit f761e55

Browse files
authored
Cleanup and updates (#126)
* updated gradle wrapper * get packages * fix dependabot issues * Migrate to using io.flutter.embedding.android.FlutterActivity * delete files
1 parent 0df530c commit f761e55

File tree

387 files changed

+7456
-6509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+7456
-6509
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"cmake.configureOnOpen": false
3+
}

analytics_integration/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<application
9-
android:name="io.flutter.app.FlutterApplication"
9+
android:name="${applicationName}"
1010
android:label="analytics_integration"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
13-
android:name=".MainActivity"
13+
android:name="io.flutter.embedding.android.FlutterActivity"
1414
android:launchMode="singleTop"
1515
android:theme="@style/LaunchTheme"
1616
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

analytics_integration/android/app/src/main/kotlin/github/nisrulz/analytics_integration/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

animation_example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
android:label="penassignment"
55
android:icon="@mipmap/ic_launcher">
66
<activity
7-
android:name=".MainActivity"
7+
android:name="io.flutter.embedding.android.FlutterActivity"
88
android:launchMode="singleTop"
99
android:theme="@style/LaunchTheme"
1010
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

animation_example/android/app/src/main/kotlin/com/example/penassignment/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

biometrics/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">
77
<activity
8-
android:name=".MainActivity"
8+
android:name="io.flutter.embedding.android.FlutterActivity"
99
android:exported="true"
1010
android:launchMode="singleTop"
1111
android:theme="@style/Theme.AppCompat.Light"

biometrics/android/app/src/main/kotlin/studio/sdev/biometrics/MainActivity.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

bottom_sheet/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<application
9-
android:name="io.flutter.app.FlutterApplication"
9+
android:name="${applicationName}"
1010
android:label="project"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
13-
android:name=".MainActivity"
13+
android:name="io.flutter.embedding.android.FlutterActivity"
1414
android:launchMode="singleTop"
1515
android:theme="@style/LaunchTheme"
1616
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

bottom_sheet/android/app/src/main/kotlin/com/example/project/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

covid19_mobile_app/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<application
9-
android:name="io.flutter.app.FlutterApplication"
9+
android:name="${applicationName}"
1010
android:label="Covid-19"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
13-
android:name=".MainActivity"
13+
android:name="io.flutter.embedding.android.FlutterActivity"
1414
android:launchMode="singleTop"
1515
android:theme="@style/LaunchTheme"
1616
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

0 commit comments

Comments
 (0)