From 10bfb787ff20627d6b73dd0dec304ca358ca098e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 9 Nov 2023 20:31:33 +0100 Subject: [PATCH] Remove flutter_launcher_icons Better icons have been added manually --- pubspec.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 235e8491..570dab00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,24 +66,12 @@ dev_dependencies: integration_test: sdk: flutter build_runner: ^2.3.3 - flutter_launcher_icons: ^0.13.1 json_serializable: ^6.6.2 mockito: ^5.4.0 network_image_mock: ^2.1.1 flutter_lints: ^3.0.1 cider: ^0.2.4 - # 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: 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