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.36k stars 215 forks source link

in android splash image not show. #723

Closed nikunjshaligram closed 3 months ago

nikunjshaligram commented 3 months ago

flutter_native_splash: background_image: assets/images/splash_image.png color: "#ffffff" android: true ios: true fullscreen: true ios_content_mode: scaleAspectFill android_gravity: fill

android_12: color: "#ffffff" background_image: assets/images/splash_image.png fullscreen: true android_gravity: fill ios_content_mode: center

This is my code for native splash. issue is my image not show in splash screen. flutter default white screen show.
jonbhanson commented 3 months ago

Android 12 and later do not support a background image.

On Wed, Aug 21, 2024, 7:54 AM nikunjshaligram @.***> wrote:

flutter_native_splash: background_image: assets/images/splash_image.png color: "#ffffff" android: true ios: true fullscreen: true ios_content_mode: scaleAspectFill android_gravity: fill

android_12: color: "#ffffff" background_image: assets/images/splash_image.png fullscreen: true android_gravity: fill ios_content_mode: center

This is my code for native splash. issue is my image is not show in splash screen. flutter default white screen show.

— Reply to this email directly, view it on GitHub https://github.com/jonbhanson/flutter_native_splash/issues/723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVV7STSXZW4RXAA54WT4I3ZSR5WFAVCNFSM6AAAAABM33OVVWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TOOBUGUZTCOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

nikunjshaligram commented 3 months ago

How to manage splash screen with background image? Is there any alternative solution?

jonbhanson commented 3 months ago

Background image is not possible for Android 12 and later.

On Wed, Aug 21, 2024, 7:59 AM nikunjshaligram @.***> wrote:

How to manage splash screen with background image? Is there any alternative solution?

— Reply to this email directly, view it on GitHub https://github.com/jonbhanson/flutter_native_splash/issues/723#issuecomment-2301877669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVV7ST6HIIVFIEVW4R33JDZSR6LHAVCNFSM6AAAAABM33OVVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBRHA3TONRWHE . You are receiving this because you commented.Message ID: @.***>