flutter_native_splash
flutter_native_splash copied to clipboard
The Branding Image isn't aligned centered vertically
My Branding image of my iOS app is not aligned in center vertically. It is working on web but not on iOS.
This is my configuration:
flutter_native_splash:
color: "#ffffff"
branding: assets/icons/app_icon_light.png
branding_mode: center
color_dark: "#000000"
branding_dark: assets/icons/app_icon_dark.png
ios_content_mode: center