Skip to content

Commit

Permalink
flutter_launcher_icons: disable generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Mazel committed Nov 6, 2023
1 parent 734525b commit a6a141c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6a141c

Please sign in to comment.