Add icon
This commit is contained in:
19
flutter/flutter_launcher_icons.yaml
Normal file
19
flutter/flutter_launcher_icons.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
flutter_launcher_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
image_path: "../data/icon_512_nobox.png"
|
||||
min_sdk_android: 21 # android min sdk min:16, default 21
|
||||
adaptive_icon_monochrome: "../data/icon_512_transparent.png"
|
||||
web:
|
||||
generate: true
|
||||
image_path: "../data/icon_512_nobox.png"
|
||||
background_color: "#hexcode"
|
||||
theme_color: "#hexcode"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: "../data/icon_512_nobox.png"
|
||||
icon_size: 48 # min:48, max:256, default: 48
|
||||
macos:
|
||||
generate: true
|
||||
image_path: "../data/icon_512_nobox.png"
|
||||
Reference in New Issue
Block a user