flutter_native_splash icon indicating copy to clipboard operation
flutter_native_splash copied to clipboard

The Branding Image isn't aligned centered vertically

Open niklasbartsch opened this issue 4 months ago • 0 comments

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

Bildschirmfoto 2024-10-11 um 16 38 24

niklasbartsch avatar Oct 11 '24 14:10 niklasbartsch