Files
jinzhi/flutter_native_splash.yaml
2026-06-18 15:02:28 +08:00

17 lines
494 B
YAML

# dart run flutter_native_splash:create
# 颜色 = lime_theme 背景色;图 = 定稿 lime mark(浅深共用)
flutter_native_splash:
color: "#FFFFFF"
image: assets/splash/splash.png
color_dark: "#0F0F0F"
image_dark: assets/splash/splash_dark.png
android: true
ios: true
web: false
fullscreen: true
android_12:
icon_background_color: "#FFFFFF"
icon_background_color_dark: "#0F0F0F"
image: assets/splash/splash.png
image_dark: assets/splash/splash_dark.png