补充提交
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 81 KiB |
|
|
@ -6,6 +6,7 @@
|
|||
<item name="android:windowFullscreen">true</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<item name="android:windowSplashScreenBackground">#FFFFFF</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
<item name="android:windowFullscreen">true</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
|
||||
<item name="android:windowSplashScreenBackground">#FFFFFF</item>
|
||||
<item name="android:windowSplashScreenAnimatedIcon">@drawable/android12splash</item>
|
||||
</style>
|
||||
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||
|
|
|
|||
|
|
@ -5,13 +5,15 @@ flutter_native_splash:
|
|||
# 如需恢复默认的白屏,执行如下命令
|
||||
# flutter pub run flutter_native_splash:remove
|
||||
# 设置闪屏页的默认态logo或背景图片路径
|
||||
color: "#8C68FF"
|
||||
image_ios: assets/images/splash_native.png
|
||||
background_image_android: assets/images/splash_native.png
|
||||
background_image: assets/images/splash_native.png
|
||||
|
||||
# 全屏模式
|
||||
fullscreen: true
|
||||
|
||||
android_12:
|
||||
color: "#FFFFFF"
|
||||
image: assets/images/logo_splash.png
|
||||
android: true
|
||||
ios: true
|
||||
android_gravity: clip_vertical
|
||||
ios_content_mode: scaleToFill
|
||||
# android_gravity: clip_vertical
|
||||
# ios_content_mode: scaleToFill
|
||||
|
|
|
|||
|
|
@ -209,6 +209,16 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||