Skip to content

Commit 7c4487f

Browse files
committed
splash screen is deprecated and provided through style resources on android
https://flutter.dev/go/android-splash-migration
1 parent 575c18a commit 7c4487f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@
2525
android:name="io.flutter.embedding.android.NormalTheme"
2626
android:resource="@style/NormalTheme"
2727
/>
28-
<!-- Displays an Android View that continues showing the launch screen
29-
Drawable until Flutter paints its first frame, then this splash
30-
screen fades out. A splash screen is useful to avoid any visual
31-
gap between the end of Android's launch screen and the painting of
32-
Flutter's first frame. -->
33-
<meta-data
34-
android:name="io.flutter.embedding.android.SplashScreenDrawable"
35-
android:resource="@drawable/launch_background"
36-
/>
3728
<intent-filter>
3829
<action android:name="android.intent.action.MAIN"/>
3930
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)