mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-19 07:50:52 +01:00
flutter_launcher_icons: disable generation
This commit is contained in:
11
pubspec.yaml
11
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user