Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS no dark icon after flutter install #602

Open
BorisB opened this issue Oct 15, 2024 · 0 comments
Open

iOS no dark icon after flutter install #602

BorisB opened this issue Oct 15, 2024 · 0 comments
Labels

Comments

@BorisB
Copy link

BorisB commented Oct 15, 2024

ℹ️ Info

flutter_launcher_icons: ^0.14.1

💬 Description

I'm using iPhone 12 Pro Max.
In light node all is working fine.
In dark mode:

  • On flutter run command all is fine, and the icon is displayed correctly.
  • On flutter install instead of the correct icon, the default one is displayed.
    In Xcode build settings, 'App Icon' is set to 'AppIcon' for all profiles.

📜 Pubspec.yaml

flutter_launcher_icons:
    android: "launcher_icon"
    ios: true
    image_path: "resources/icon.png"
    min_sdk_android: 23 
    remove_alpha_ios: true
    image_path_ios_dark_transparent: "resources/icon-transparent.png"
    adaptive_icon_foreground_inset: 22
    adaptive_icon_background: "#ffffff"
    adaptive_icon_foreground: "resources/icon-transparent.png"
@BorisB BorisB added the bug label Oct 15, 2024
@BorisB BorisB changed the title iOS no dark icon in release mode iOS no dark icon after flutter install Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant