|
@@ -59,6 +59,14 @@
|
59
|
59
|
<meta-data
|
60
|
60
|
android:name="io.flutter.embedding.android.NormalTheme"
|
61
|
61
|
android:resource="@style/NormalTheme" />
|
|
62
|
+ <!-- Displays an Android View that continues showing the launch screen
|
|
63
|
+ Drawable until Flutter paints its first frame, then this splash
|
|
64
|
+ screen fades out. A splash screen is useful to avoid any visual
|
|
65
|
+ gap between the end of Android's launch screen and the painting of
|
|
66
|
+ Flutter's first frame. -->
|
|
67
|
+ <meta-data
|
|
68
|
+ android:name="io.flutter.embedding.android.SplashScreenDrawable"
|
|
69
|
+ android:resource="@drawable/launch_background" />
|
62
|
70
|
<intent-filter>
|
63
|
71
|
<action android:name="android.intent.action.MAIN" />
|
64
|
72
|
<category android:name="android.intent.category.LAUNCHER" />
|