fluttercommunity / fluttercommunity/flutter_launcher_icons
Does not generate mac icons when using flavors
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
```
flutter: ^3.29.2
flutter_launcher_icons: ^0.14.3
```
### :speech_balloon: Description
Does not generate the macOS icons when using flavors
### :scroll: Pubspec.yaml
`flutter_launcher_icons-pro.yaml`
```yaml
flutter_launcher_icons:
android: true
image_path: "launcher/android-free.png"
image_path_ios: "launcher/ios-pro.png"
macos:
generate: true
image_path: "launcher/mac-pro.png"
web:
generate: false
windows:
generate: false
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with flutter_launcher_icons-pro.yaml and the macOS flavor configuration shown in the report. Trace the macOS icon-generation entry point and compare it with flavor handling; done means the configured mac-pro.png icons are generated for the flavor without affecting the other platform outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- desktop-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100