fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
1.99k stars 396 forks source link

[BUG] #504

Closed andyasj closed 1 year ago

andyasj commented 1 year ago

:information_source: Info

Version: 0.13.1

:speech_balloon: Description

When trying to deploy a .msix to Microsoft Store I get an error: "The available product tile icons include a default image. ..." My built .exe works with correct icon locally. Successfully deployed to Google Play.

:scroll:

flutter_icons: image_path: "assets/icons/aim512T.png"

image_path_android: "assets/images/icon-710x599-android.png"

image_path_ios: "assets/images/icon-1024x1024.png"

android: true # can specify file name here e.g. "ic_launcher" ios: true # can specify file name here e.g. "My-Launcher-Icon" adaptive_icon_background: "#999999" # "#ffffff" # "#ff607d8b" # "assets/images/christmas-background.png" # only available for Android 8.0 devices and above adaptive_icon_foreground: "assets/icons/aim512ForeT.png" # "assets/images/icon-foreground-432x432.png" # only available for Android 8.0 devices and above min_sdk_android: 21 # android min sdk min:16, default 21 remove_alpha_ios: true web: generate: true

image_path: "assets/images/icon-1024x1024.png"

background_color: "#ff607d8b"
theme_color: "#ff607d8b"

windows: generate: true

image_path: "assets/images/icon-1024x1024.png"

icon_size: 48 # min:48, max:256, default: 48

macos: generate: true image_path: "assets/icons/aim512G.png" # "assets/images/icon-1024x1024.png"

andyasj commented 1 year ago

Fault is with msix package options