-
Notifications
You must be signed in to change notification settings - Fork 0
/
flutter_native_splash.yaml
31 lines (29 loc) · 1.32 KB
/
flutter_native_splash.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# dart run flutter_native_splash:create
flutter_native_splash:
color: "#18181B"
color_dark: "#18181B"
# The image parameter allows you to specify an image used in the splash screen. It must be a
# png file and should be sized for 4x pixel density.
image: assets/images/haze-logo.png
image_dark: assets/images/haze-logo.png
background_image: assets/images/haze-splash-background.png
fullscreen: true
android: true
ios: true
web: false
# Android 12 handles the splash screen differently than previous versions. Please visit
# https://developer.android.com/guide/topics/ui/splash-screen
# Following are Android 12 specific parameter.
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
#image: assets/android12splash.png
color: "#18181B"
color_dark: "#18181B"
image: assets/images/haze-logo12.png
image_dark: assets/images/haze-logo12.png