You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using flutter_native_splash on a new Flutter project, and my splash screen does not appear.
Instead, the Flutter logo is shown on startup, and then the app goes directly to the main screen.
I followed all instructions on the README and even manually edited the AndroidManifest.xml and launch_background.xml.
Environment:
Flutter version: 3.19.x
Plugin version: flutter_native_splash 2.4.6
Android emulator: Pixel 7 (API 34)
Android SDK: NDK 27.0.12077973
What could be causing the Flutter logo to appear instead of my splash screen?