Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7264135

Browse files
committed
Add SplashScreenUntilFirstFrame
1 parent 2dc3f19 commit 7264135

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
1010
android:hardwareAccelerated="true"
1111
android:windowSoftInputMode="adjustResize">
12+
<meta-data
13+
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
14+
android:value="true" />
1215
<intent-filter>
1316
<action android:name="android.intent.action.MAIN"/>
1417
<category android:name="android.intent.category.LAUNCHER"/>

0 commit comments

Comments
 (0)