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.29k stars 202 forks source link

[Bug]shift position #86

Closed shinriyo closed 3 years ago

shinriyo commented 3 years ago

I guess it is dependence of Android machine.

Galaxy S10

vertically shift bug

shinriyo commented 3 years ago

like this https://stackoverflow.com/questions/54751605/android-splash-screen-shifts

shinriyo commented 3 years ago

android:windowBackground to android:background ?

jonbhanson commented 3 years ago

Can you give instructions on how to reproduce?

shinriyo commented 3 years ago

@jonbhanson how to reproduce is README's Usage

mmmcorpsvit commented 3 years ago

try check: https://github.com/flutter/flutter/issues/46486#issuecomment-760117674

jonbhanson commented 3 years ago

@shinriyo I created a new project using the instructions in the readme, but I was not able to reproduce the shift you described.

shinriyo commented 3 years ago

do you use Galaxy S10?

jonbhanson commented 3 years ago

I don't have a physical Galaxy S10, but I tried it with an emulated S10.

shinriyo commented 3 years ago

@jonbhanson It happened in physical Galaxy S10, but I don't have it too. in the Previous project, a worker had Galaxy S10, but I moved the project I can't try it now.

@mmmcorpsvit 's link may help the problem.

jonbhanson commented 3 years ago

@shinriyo thanks for the info. Since I have not been able to reproduce, I will close this ticket. Feel free to reopen if you can give steps to reproduce.