2024-11-05 21:55:27 +00:00
|
|
|
# flutter pub run flutter_launcher_icons
|
|
|
|
flutter_launcher_icons:
|
|
|
|
image_path: "assets/icons/otui-viewer-icon.png"
|
|
|
|
|
|
|
|
android: true
|
2024-11-05 21:59:06 +00:00
|
|
|
adaptive_icon_background: "#161616"
|
2024-11-05 21:55:27 +00:00
|
|
|
adaptive_icon_foreground: "assets/icons/otui-viewer-icon.png"
|
|
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
|
|
|
|
|
|
ios: true
|
|
|
|
remove_alpha_ios: true
|
|
|
|
|
|
|
|
web:
|
|
|
|
generate: true
|
|
|
|
background_color: "#000000"
|
|
|
|
theme_color: "#000000"
|
|
|
|
|
|
|
|
windows:
|
|
|
|
generate: true
|
|
|
|
icon_size: 48 # min:48, max:256, default: 48
|
|
|
|
|
|
|
|
macos:
|
|
|
|
generate: true
|