Skip to content

Commit 1fd191e

Browse files
authored
[various] Deletes deprecated splash screen meta-data element (#4501)
Deletes deprecated splash screen meta-data element. This is no longer needed to present a splash screen in a Flutter application, but will be removed soon. See [go/flutter-splash-screen-migration](http://go/flutter-splash-screen-migration) for more information. Part of flutter/flutter#105173.
1 parent 3e8b813 commit 1fd191e

File tree

7 files changed

+12
-36
lines changed

7 files changed

+12
-36
lines changed

.ci/legacy_project/all_packages/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
android:name="io.flutter.embedding.android.NormalTheme"
1919
android:resource="@style/NormalTheme"
2020
/>
21-
<!-- Displays an Android View that continues showing the launch screen
22-
Drawable until Flutter paints its first frame, then this splash
23-
screen fades out. A splash screen is useful to avoid any visual
24-
gap between the end of Android's launch screen and the painting of
25-
Flutter's first frame. -->
26-
<meta-data
27-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
28-
android:resource="@drawable/launch_background"
29-
/>
3021
<intent-filter>
3122
<action android:name="android.intent.action.MAIN"/>
3223
<category android:name="android.intent.category.LAUNCHER"/>

packages/flutter_markdown/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Deletes deprecated splash screen meta-data element.
4+
15
## 0.6.17
26

37
* Introduces a new `MarkdownElementBuilder.visitElementAfterWithContext()` method passing the widget `BuildContext` and

packages/flutter_markdown/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
android:name="io.flutter.embedding.android.NormalTheme"
1919
android:resource="@style/NormalTheme"
2020
/>
21-
<!-- Displays an Android View that continues showing the launch screen
22-
Drawable until Flutter paints its first frame, then this splash
23-
screen fades out. A splash screen is useful to avoid any visual
24-
gap between the end of Android's launch screen and the painting of
25-
Flutter's first frame. -->
26-
<meta-data
27-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
28-
android:resource="@drawable/launch_background"
29-
/>
3021
<intent-filter>
3122
<action android:name="android.intent.action.MAIN"/>
3223
<category android:name="android.intent.category.LAUNCHER"/>

packages/shared_preferences/shared_preferences/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Deletes deprecated splash screen meta-data element.
4+
15
## 2.2.0
26

37
* Adds `allowList` option to setPrefix.

packages/shared_preferences/shared_preferences/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
android:name="io.flutter.embedding.android.NormalTheme"
1919
android:resource="@style/NormalTheme"
2020
/>
21-
<!-- Displays an Android View that continues showing the launch screen
22-
Drawable until Flutter paints its first frame, then this splash
23-
screen fades out. A splash screen is useful to avoid any visual
24-
gap between the end of Android's launch screen and the painting of
25-
Flutter's first frame. -->
26-
<meta-data
27-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
28-
android:resource="@drawable/launch_background"
29-
/>
3021
<intent-filter>
3122
<action android:name="android.intent.action.MAIN"/>
3223
<category android:name="android.intent.category.LAUNCHER"/>

packages/shared_preferences/shared_preferences_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Deletes deprecated splash screen meta-data element.
4+
15
## 2.2.0
26

37
* Adds `clearWithParameters` and `getAllWithParameters` methods.

packages/shared_preferences/shared_preferences_android/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
android:name="io.flutter.embedding.android.NormalTheme"
1919
android:resource="@style/NormalTheme"
2020
/>
21-
<!-- Displays an Android View that continues showing the launch screen
22-
Drawable until Flutter paints its first frame, then this splash
23-
screen fades out. A splash screen is useful to avoid any visual
24-
gap between the end of Android's launch screen and the painting of
25-
Flutter's first frame. -->
26-
<meta-data
27-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
28-
android:resource="@drawable/launch_background"
29-
/>
3021
<intent-filter>
3122
<action android:name="android.intent.action.MAIN"/>
3223
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)