fluttercommunity / fluttercommunity/flutter_launcher_icons
[BUG] Green border when setting background_color_ios
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
Version: `0.13.1`
### :speech_balloon: Description
When I set `background_color_ios` to any color other than white, I am getting a green border around my icon.
### :scroll: Pubspec.yaml
```
flutter_icons:
image_path: assets/icon/icon_transparent.png
ios: true
remove_alpha_ios: true
background_color_ios: "#26262D"
android: true
adaptive_icon_foreground: assets/icon/adaptive_icon.png
adaptive_icon_background: "#26262D"
```



Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the pubspec.yaml configuration shown, especially background_color_ios and remove_alpha_ios, and compare the generated iOS icon with the screenshots. Trace the iOS icon-generation entry point for background_color_ios; done means a non-white background no longer produces a green border.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100