Movie Emojis GameContact ↗Contact ↗ (opens in a new tab)
(opens in a new tab)
  • Introduction
  • Gettings Started
    • Flutter Installation
    • Run App
    • Upgrade Source Code and Flutter
  • First Time Configuration
    • Update Package ID & Bundle ID
    • Firebase Config
    • In-App-Purchase Config
    • Axiom Config
    • Admob Config
    • AppLovin Config
    • Signing Key Config
    • App Config
  • Release
    • App Performance
    • Build Android/iOS App
  • Customize
    • Customize App Icon
    • Customize Assets
    • Customize Animation
  • Introduction
  • Gettings Started
    • Flutter Installation
    • Run App
    • Upgrade Source Code and Flutter
  • First Time Configuration
    • Update Package ID & Bundle ID
    • Firebase Config
    • In-App-Purchase Config
    • Axiom Config
    • Admob Config
    • AppLovin Config
    • Signing Key Config
    • App Config
  • Release
    • App Performance
    • Build Android/iOS App
  • Customize
    • Customize App Icon
      • Android
      • iOS
    • Customize Assets
    • Customize Animation
  • Contact ↗ (opens in a new tab)

On This Page

  • Android
  • iOS
Question? Give us feedback → (opens in a new tab)Edit this page
Customize
Customize App Icon

Replacing Flutter App Icon on Android and iOS

Here are the steps to replace the app icon on both Android and iOS:

  1. Prepare your app icon in PNG format. The recommended size for the app icon is 512x512 pixels.
  2. Go to an App Icon Generator Website like this one (opens in a new tab)
  3. Upload your app icon and select Android, iPhone and iPad.
  4. Download the app icons file.
  5. Replace the contents of the file in the code.

Android

the app icons path is under android/app/src/main/res/.



iOS

the app icons path is under ios/Runner/Assets.xcassets/AppIcon.appiconset/



Build Android/iOS AppCustomize Assets

Visuella