skip to Main Content

Android Studio – Splash Screen not full screen in android device flutter. Tried everyting. Using flutter_native_splash

Flutter Splash Screen Pubspec.YAML code- flutter_native_splash: ^2.0.1+1 flutter_native_splash: image: assets/images/splashScreen.png color: "#c988be" Styles.xml - style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar"> <!-- Show a splash screen on the activity. Automatically removed when Flutter draws its first frame --> <item name="android:windowBackground">@drawable/launch_background</item> <item name="android:windowFullscreen">true</item> </style>

VIEW QUESTION
Back To Top
Search