Setup fullscreen native splash in flutter using flutter_native_splash plugin.
This blog is about a solution to a simple problem, which is how to show a full screen native splash screen in flutter without an issues in both Android and IOS for all os versions. You can see how the splash will look in the below video clip.
https...
blog.arogeek.com2 min read
Deepak
I tried this method to get a fullscreen splash, but I only got the app logo centered as the splash screen, not the full-screen image that I saved in the assets folder.