Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
Using the flutter_launcher_icons package I'm trying to create App icons for two flavors. I've created a flutter_launcher_icons-production.yaml and a flutter_launcher_icons-staging.yaml. My two flavors are named production and staging.
After running the command: flutter pub run flutter_launcher_icons I receive an error when opening the Xcode project, and get the following error when running the app again:
When I reset the project.pbxproj to the version before the modifications after the icon generations it works, and I can manually select the icons. It would however be great if this can be automatically done.
:information_source: Info
Version:
0.13.1
:speech_balloon: Description
Using the flutter_launcher_icons package I'm trying to create App icons for two flavors. I've created a flutter_launcher_icons-production.yaml and a flutter_launcher_icons-staging.yaml. My two flavors are named production and staging.
After running the command:
flutter pub run flutter_launcher_icons
I receive an error when opening the Xcode project, and get the following error when running the app again:When I reset the project.pbxproj to the version before the modifications after the icon generations it works, and I can manually select the icons. It would however be great if this can be automatically done.
:scroll: Pubspec.yaml
flutter_launcher_icons-production.yaml
flutter_launcher_icons-staging.yaml