fluttercommunity / fluttercommunity/flutter_launcher_icons

[BUG] 7 unnecessary icons being generated for iOS

Open
#528 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
2.1k
Forks
426
PR merge metrics
No merged PRs in 30d

Description

### :information_source: Info

Version: `v0.13.1`

### :speech_balloon: Description

7 unnecessary icons being generated for iOS.

Screenshot 2023-10-18 at 16 22 20

Screenshot 2023-10-18 at 16 23 38

### :scroll: Pubspec.yaml

```
flutter_icons:
ios: true
android: true
image_path: 'assets/launcher/icon.png'
min_sdk_android: 19
adaptive_icon_background: '#fff'
adaptive_icon_foreground: 'assets/launcher/foreground.png'
remove_alpha_ios: true
web:
generate: true
image_path: 'assets/launcher/foreground.png'
background_color: '#fff'
theme_color: '#fff'
windows:
generate: true
image_path: 'assets/launcher/icon.png'
macos:
generate: true
image_path: 'assets/launcher/icon.png'
```

We ask that you include your pubspec.yaml file as a common problem we have seen has been the pubspec.yaml file being incorrect

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.