fluttercommunity / fluttercommunity/flutter_launcher_icons
Seperate AppIcon-Tinted folder is not needed.
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
### :information_source: Info
flutter_launcher_icons: v0.14.1
### :speech_balloon: Description
When i am generate the icons "flutter_launcher_icons" 2 folders "AppIcon" and "AppIcon-Tinted". My Xcode (v16.0) expect all images in the same folder. When i set in Xcode "Appearances" to "Any, Dark, Tinted" then move the images to the "AppIcon" folder and delete the "AppIcon-Tinted" folder it works perfectly.
Edit:
Same problem for: "image_path_ios_dark_transparent"
### :scroll: Pubspec.yaml
flutter_launcher_icons: ^0.14.0
```yaml
flutter_launcher_icons:
ios: true
image_path_ios: "appicon-ios.png"
image_path_ios_tinted_grayscale: "appicon-ios-monochrome.png"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.