Change app logo & icon

⌘K
  1. Home
  2. Docs
  3. Fundorex – Crowdfun...
  4. Customisation
  5. Change app logo & icon

Change app logo & icon

You can generate app icon from this website https://app icon.co.

  • Go to <project>/assets/images/ and replace logo.png with your own logo.

Change app icon

  • Go to appicon.co to generate your app icon.
  • Then go to /android/app/src/main/res and replace all mipmap folder with your <generated icon>/android folder.
  • Again go to /ios/Runner and replace Assets.xcassets with your generated Assets.xcassets folder.

Or

  • Replace the project/assets/images/app_icon.png with your desired app icon using the same name.
  • Run flutter pub run flutter_launcher_icons in you project terminal.
  • Run your project and your icon should have changed.
Was this article helpful to you? No Yes

How can we help?