fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
1.99k stars 396 forks source link

How do you change the iOS app icon background color during launch animation? #503

Closed A-REDA-EL closed 6 days ago

A-REDA-EL commented 1 year ago

When launching a flutter built iOS application, I briefly get this black background surrounding the launch screen. How would you change the black background depicted in the image? I tried changing the launch screen background color in Xcode, but I still get this black "border".

oojjTm

Jm1mCm

zFvFEm

289AKm

emirariemir commented 1 year ago

It looks like there's some kind of a preview of your app showing up and scaling within a second. That black background might be the background blur in your app but at the start, it looks so blurry that it turns into complete black. At least thats what I see from the images you provided. Have you tried launching your app with another view, with a different background and different elements? Maybe that's the issue.