From a6a141c6fad280f7399530e32f3ce4d06faaa7eb Mon Sep 17 00:00:00 2001 From: Miroslav Mazel Date: Mon, 6 Nov 2023 01:18:31 +0100 Subject: [PATCH] flutter_launcher_icons: disable generation --- pubspec.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b36e96632..3c97d0b03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -73,16 +73,17 @@ dev_dependencies: flutter_lints: ^2.0.3 cider: ^0.1.6 -flutter_icons: - android: true - ios: true + # Better icons have been added manually, Android now uses vector icon + # TODO Consider removing flutter_launcher_icons completely + flutter_icons: + android: false + ios: false image_path: "assets_dev/logo.png" adaptive_icon_background: "#2a4c7d" adaptive_icon_foreground: "assets_dev/logo_adaptive.png" macos: - generate: true + generate: false image_path: "assets/images/logo.png" - # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec