iOS Icon Generation
Use flutter_launcher_icons to generate all required iOS icon resolutions.
Steps
-
Replace the template icon at
assets/images/app_icon.pngwith your square logo (minimum1024x1024px, no transparency). -
Verify
pubspec.yaml(or current project config) points to the provider icon and allows iOS generation. -
Run:
flutter pub get
flutter pub run flutter_launcher_icons
This writes the iOS icon set into ios/Runner/Assets.xcassets/AppIcon.appiconset/. Rebuild in Xcode to verify.
Note
android: false is not required per the provider guide — it documents a simplified iOS-only invocation. If your pubspec.yaml combines platforms, keep Android generation disabled here and handle Android via Android Adaptive Icons.
Still stuck?
Our support team is ready to help you get set up.

