Closed niklasbartsch closed 1 month ago
@niklasbartsch I think you have same issue as I did https://github.com/jonbhanson/flutter_native_splash/issues/742. You should use image
instead of branding
.
Also make sure to use 1152x1152px image with design in center of 768x768 e.g
@nparoski is correct. The branding
image is not meant to be vertically centered. For that, use the image
parameter.
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: