-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash icon doesn't line up in the middle and goes up on android #748
Comments
Can you add a video of the splash screen? I don't understand what is happening. |
I already added it.( it is showing by URL ..! ) Screen_Recording_20241108_113939_One.UI.Home.mp4FlutterNativeSplash.remove() is commented to test. |
I think you may need to follow these instructions: https://docs.flutter.dev/release/breaking-changes/splash-screen-migration |
I read all the documents, but there was nothing relevant. I don't know why not.. 🥲 Thank you for your help. |
From what I can see, it seems to be an issue due to an error that does not stop on the splash screen despite calling the function Is there a particular case where the here is my code.
|
Problem is in I just comment this line.
|
Attention: If you open a bug report without sufficient details, it will be closed. Is your question
related to Android 12? Please check the notes on Android 12 first (https://pub.dev/packages/flutter_native_splash#android-12-support).
Describe the bug
The splash icon keeps going up on Android.
I tested android_gravity and it was the same.
My icon is size 940*940,
I also tested the 512 and 1152 sizes.
Configuration
Device (please complete the following information):
To Reproduce
Steps to reproduce the behavior, using the example app:
Screenshots
removed
FlutterNativeSplash.remove()
for test.https://github.com/user-attachments/assets/7cef5d54-78de-4f77-9557-9416e10814d1
Additional context
flutter_native_splash: ^2.4.1
The text was updated successfully, but these errors were encountered: