fluttercommunity / fluttercommunity/flutter_launcher_icons
[BUG] ios icon not generated with multi flavor
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 426
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to generate app icons with 2 flavor. On android all good. On ios it doesn't, it still shows the old icon app that was set before i did the 2 flavor.
I don't know if is that "No platform provided" message the problem
flutter pub run flutter_launcher_icons:main -f flutter_launcher_icons-criocabin.yaml
Building package executable... (1.8s)
Built flutter_launcher_icons:main.
This command is deprecated and replaced with "flutter pub run flutter_launcher_icons"
════════════════════════════════════════════
FLUTTER LAUNCHER ICONS (v0.13.1)
════════════════════════════════════════════
Flavor: criocabin
• Creating default icons Android
• Overwriting the default Android launcher icon with a new icon
• Creating adaptive icons Android
• Updating colors.xml with color for adaptive icon background
• Building iOS launcher icon for criocabin
No platform provided
Flavor: evco
• Creating default icons Android
• Overwriting the default Android launcher icon with a new icon
• Creating adaptive icons Android
• Updating colors.xml with color for adaptive icon background
• Building iOS launcher icon for evco
No platform provided
✓ Successfully generated launcher icons for flavors
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.