fluttercommunity / fluttercommunity/flutter_launcher_icons

iOS no dark icon after `flutter install`

Open
#602 0 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :information_source: Info

flutter_launcher_icons: ^0.14.1

### :speech_balloon: 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.

### :scroll: Pubspec.yaml

```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"
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.