fluttercommunity / fluttercommunity/flutter_launcher_icons
[BUG] Android Adaptive Icons Not Generated
Open
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
Version: `e.g. v^0.11.0`
### :speech_balloon: Description
The adaptive icons are not being generated inside the mipmap folders using a valid adaptive configuration.
### :scroll: Pubspec.yaml
```
flutter_icons:
image_path: "assets/images/launcher_icon_text_only.png"
android: true
adaptive_icon_foreround: "assets/images/launcher_icon_fg.png"
adaptive_icon_background: "assets/images/launcher_icon_bg.png"
min_sdk_android: 16
ios: true
remove_alpha_ios: true
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.