Change App Logo
Replace the default app icon with your own branded logo for both Android and iOS builds.
Please visit our Change App Logo Documentation and follow every step in the order shown.
What the Guide Covers
- Adding the
flutter_launcher_iconspackage topubspec.yaml - Configuring the icon source path, Android / iOS flags, and alpha-channel handling
- Running
dart run flutter_launcher_iconsto generate all required sizes - Manual replacement of Android
mipmap-*and iOSAppIcon.appiconsetfiles (if you prefer not to use the package)
warning
For iOS App Store submission, the icon must not contain an alpha channel (no transparency). Use remove_alpha_ios: true in the package config, or flatten the image before manual replacement.