launcher icon handling

This commit is contained in:
2024-09-18 14:04:16 +02:00
parent b11f082803
commit 7617c5788c
38 changed files with 88 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
flutter_launcher_icons:
image_path: "assets/launcher/icon.png"
# Android section
android: true
min_sdk_android: 21 # android min sdk min:16, default 21
# iOS section
ios: true
remove_alpha_ios: true # app store rejecs icons with alpha
# Web section
web:
generate: true
image_path: "assets/launcher/icon.png"
# background_color: "#hexcode"
# theme_color: "#hexcode"