mvvm_app_template/__brick__/{{app_name}}/flutter_launcher_icons-deve...

18 lines
449 B
YAML

flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/res/app_icon-dev.png"
min_sdk_android: 23
web:
generate: false
image_path: "path/to/image.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: false
image_path: "path/to/image.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: false
image_path: "path/to/image.png"