From 9a7e9b4eeb0a5a4b1de6d21549f9beb9daae87c8 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Mon, 19 Jun 2023 23:40:00 +0530 Subject: [PATCH] fix: remove alpha key wrong in generated template --- bin/generate.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate.dart b/bin/generate.dart index 54ae786276..7eba81c25d 100644 --- a/bin/generate.dart +++ b/bin/generate.dart @@ -95,7 +95,7 @@ flutter_launcher_icons: ios: true # image_path_ios: "assets/icon/icon.png" - remove_alpha_channel_ios: true + remove_alpha_ios: true # image_path_ios_dark_transparent: "assets/icon/icon_dark.png" # image_path_ios_tinted_grayscale: "assets/icon/icon_tinted.png" # desaturate_tinted_to_grayscale_ios: true