From 9fd40c0325daf7b6fa32572b50a9cb374e834119 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 3 Mar 2025 12:13:07 -0800 Subject: [PATCH] Remove icon_background_color --- {{cookiecutter.out_dir}}/pubspec.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 2482c1e..0b192af 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -121,15 +121,10 @@ flutter_native_splash: # 768 pixels in diameter. image: "images/icon.png" - # Splash screen background color. - #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" - icon_background_color: "#FF0000" # The android, ios and web parameters can be used to disable generating a splash screen on a given # platform.