24 lines
526 B
YAML
24 lines
526 B
YAML
|
# flutter pub run flutter_launcher_icons
|
||
|
flutter_launcher_icons:
|
||
|
image_path: "assets/icons/otui-viewer-icon.png"
|
||
|
|
||
|
android: true
|
||
|
adaptive_icon_background: "#000000"
|
||
|
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
|