1
votes

I just added a logo for my app icon in the mipmap folder for android and assets.xcassets folder for IOS and I used a different image for the drawable folder so i can show as the splash screen instead of a pixelated icon logo. however now the app icon is showing the splash screen image and the logo that i designed is not showing. any idea which folder represents the splash screen and which one is for the logo in android?

2
@RLoniello thank you, but I am focusing more on a solution for android.Darwish Al-Neyadi

2 Answers

3
votes

If you use the flutter launcher icons package, you can change the splash screen as well as the launcher icon of both android and ios.

1
votes

This has already been answered, but as a suggestion I found a separate splash screen dependency to work well, available here