Xgenious/ docs
Products
Get support

iOS Icon Generation

Use flutter_launcher_icons to generate all required iOS icon resolutions.

Steps

  1. Replace the template icon at assets/images/app_icon.png with your square logo (minimum 1024x1024 px, no transparency).

  2. Verify pubspec.yaml (or current project config) points to the provider icon and allows iOS generation.

  3. 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.
Get support