This commit is contained in:
Patrick Alvin Alcala 2025-02-19 16:03:45 +08:00
parent 8d4eb1f728
commit 3efdee4fe6
26 changed files with 184 additions and 134 deletions

View file

@ -18,15 +18,15 @@ flutter_launcher_icons:
web:
generate: true
image_path: "path/to/image.png"
background_color: "#hexcode"
theme_color: "#hexcode"
image_path: "assets/icon/icon.png"
background_color: "#000000"
theme_color: "#ffffff"
windows:
generate: true
image_path: "path/to/image.png"
image_path: "assets/icon/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "path/to/image.png"
image_path: "assets/icon/icon.png"