flutter_launcher_icons: disable generation

This commit is contained in:
Miroslav Mazel
2023-11-06 01:18:31 +01:00
parent 734525b2bb
commit a6a141c6fa

View File

@@ -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