Add app_icon
This commit is contained in:
11
pubspec.yaml
11
pubspec.yaml
@@ -58,6 +58,17 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
# App icon generator
|
||||
flutter_launcher_icons: ^0.14.3
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icon/app_icon.png"
|
||||
adaptive_icon_background: "#a1181d"
|
||||
adaptive_icon_foreground: "assets/icon/app_icon.png"
|
||||
remove_alpha_ios: true
|
||||
|
||||
# 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