feat: add icon
This commit is contained in:
23
flutter_launcher_icons.yaml
Normal file
23
flutter_launcher_icons.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user