update icon

This commit is contained in:
2024-12-10 10:16:47 +02:00
parent 34feb8e8f1
commit 4b8b2bfb2b
50 changed files with 18 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
image_path: "images/app_icon/App_Icon_2.png"
image_path: "images/app_icon/App_Icon_1.png"
android: "launcher_icon"
# image_path_android: "assets/icon/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: "#3A4454"
# adaptive_icon_foreground: "assets/icon/foreground.png"
adaptive_icon_foreground: "images/app_icon/App_Icon_1.png"
# adaptive_icon_monochrome: "assets/icon/monochrome.png"
ios: true
@@ -18,15 +18,15 @@ flutter_launcher_icons:
web:
generate: true
image_path: "images/app_icon/mih_app_icon.png"
background_color: "#hexcode"
theme_color: "#hexcode"
image_path: "images/app_icon/circle_logo.png"
background_color: "#3A4454"
theme_color: "#3A4454"
windows:
generate: true
image_path: "images/app_icon/mih_app_icon.png"
image_path: "images/app_icon/circle_logo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "images/app_icon/mih_app_icon.png"
image_path: "images/app_icon/circle_logo.png"