fluttercommunity / fluttercommunity/flutter_launcher_icons
dark luncher ios icon not working
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
image_path_android: "assets/png/adaptive_icon_foreground.png"
adaptive_icon_foreground: "assets/png/adaptive_icon_foreground.png"
adaptive_icon_background: "#1B8354"
adaptive_icon_foreground_inset: 15
min_sdk_android: 21
# iOS icon
image_path_ios: "assets/png/ic_launcher.png"
image_path_ios_dark_transparent: "assets/png/ic_launcher_dark.png"
background_color_ios: "#033574"
remove_alpha_ios: true
remove_alpha_channel_ios: true
notification_icons:
ios:
image_path: "assets/png/ic_launcher.png"
sizes: [20, 40, 60, 1024]
when I toggle ios emulator appearance to light or dark mode I see only light icon is showing
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the shown iOS icon configuration on an iOS emulator, toggling between light and dark appearance. Inspect the generated iOS icon assets and how image_path_ios_dark_transparent is consumed; the fix is complete when the light and dark appearances display their corresponding icons.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, ios
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100