jonbhanson / flutter_native_splash

Automatically generates native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
https://pub.dev/packages/flutter_native_splash
MIT License
1.28k stars 200 forks source link

Splash screen not shown properly on android #684

Closed YawarOsman closed 1 month ago

YawarOsman commented 1 month ago

I've added a PNG image(without background) 1152x1152 to the splash and it looks perfect on iOS and web, but on android 12 it won't be shown properly inside the circle.

I looked at https://pub.dev/packages/flutter_native_splash#android-12-support and check all the points but it looks like the problem is different.

I am using the latest version of the package and flutter too.

flutter_native_splash:
  image: assets/images/splsh.png

  android_12:
    image: assets/images/splsh.png

Device:

Screenshots Screenshot_1712131931

YawarOsman commented 1 month ago

I just zoomed out the image to fix the issue