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

Branding safearea in iOS #694

Open pamafe1976 opened 4 weeks ago

pamafe1976 commented 4 weeks ago

The iOS version of the splash screen, puts the branding at the screen bottom, invading the safearea.

Is there any parameter to avoid this?

Thanks