Remove splash colors for Android 12
This commit is contained in:
parent
97910d6a9f
commit
4b2df6e83a
|
|
@ -122,13 +122,13 @@ flutter_native_splash:
|
|||
image: "images/icon.png"
|
||||
|
||||
# Splash screen background color.
|
||||
color: "#ffffff"
|
||||
#color: "#ffffff"
|
||||
|
||||
# The image_dark, color_dark, icon_background_color_dark, and branding_dark set values that
|
||||
# apply when the device is in dark mode. If they are not specified, the app will use the
|
||||
# parameters from above.
|
||||
image_dark: "images/icon.png"
|
||||
color_dark: "#333333"
|
||||
#color_dark: "#333333"
|
||||
|
||||
# The android, ios and web parameters can be used to disable generating a splash screen on a given
|
||||
# platform.
|
||||
|
|
|
|||
Loading…
Reference in New Issue