3,742 questions
Advice
3 votes
1 replies
68 views
How to avoid dual splash screen in Flutter using flutter_native_splash and custom splash screen?
I am new to Flutter. I’m building a Flutter app and currently using: Native splash via flutter_native_splash (logo + background color). Custom Flutter splash screen (SplashPage) with logo, slogan, and ...
0 votes
2 answers
119 views
App Icon shown before splash screen on flutter
I just changed the app icon using flutter_launcher_icons, but now when the app opens, the icon shows up first before the splash screen.
0 votes
0 answers
91 views
Flutter app doesn't move forward from native splash screen, it is somehow failing within run method
It only shows this screen. Never moves forward to next splash screen which is user defined. My main method contains this code snippet WidgetsFlutterBinding.ensureInitialized(); SystemChrome....
0 votes
0 answers
32 views
Flutter android/io app custom image on splash screen
Im have a flutter app android/ios and I am trying to customize the splash screen. I know I could the native one blank and use the flutter one, but I don't like this short white screen. I have a ...
2 votes
0 answers
109 views
Flutter Native Splash: Logo looks blurry and branding image (skyline) doesn’t stretch full width
I’m building a Flutter app and trying to configure a splash screen with flutter_native_splash. My goal: Show my app logo centered (sharp, not blurry) Show a skyline image at the bottom that spans the ...
0 votes
1 answer
132 views
I want to create Splash screen for latest react native project
I'm working on a React-Native project in which I've to create a Splash Screen, but when I researched it on the internet and I found a bit complex configuration with a project created. Show me the ...
6 votes
3 answers
622 views
flutter_native_splash issue on android 12 and plus
I am using flutter_native_splash in my Flutter project. The splash screen works perfectly on Android 11 and below, but on Real Android 12 devices and above, the logo does not appear on the first app ...
3 votes
1 answer
87 views
Expo splash screen works on iOS but not on Android using the splash option in app.json
So the documentations of Expo say that we must use the expo-splash-screen to setup a splash screen, but then there's a key in app.json named splash under expo which does that, with no problems, ...
1 vote
0 answers
83 views
How to create a full splash screen image instead of splash icon?
I want to use a full-screen image for the splash screen configuration in my app.json file, instead of an icon. However, when I try to use a full-screen image, it still appears as an icon-sized image ...
1 vote
1 answer
61 views
Splash screen replacement or removal for custom screen to appear on app launch
I have built a custom flutter splash screen, but the custom flutter splash screen appears after the default flutter native splash screen. Is there a way to remove or turn off the flutter native splash ...
0 votes
0 answers
38 views
Why UnsupportedOperationException is being thrown from installSplashScreen on small desktop
I've made SplashScreen by Doc but I get an Exception. android:theme="@style/AppTheme.LauncherActivity" is set in app and activity. This is my theme: <style name="AppTheme....
0 votes
1 answer
881 views
How to create a full-screen splash screen?
I want to show a full-screen splash screen in RN expo app. Using "expo": "^53.0.10", "expo-splash-screen": "~0.30.8", and app.json { "expo": { &...
0 votes
0 answers
56 views
React Native App Crashes After Splash Screen with "Inicializando..." Message - Expo Development Build
I'm developing a React Native app using Expo SDK and encountering a consistent crash issue. The app successfully displays the splash screen, then briefly shows an "Inicializando..." (...
0 votes
1 answer
65 views
Splash Screen Stuck on Real Android Device – Why Doesn’t It Disappear? [Expo]
I’m using expo-splash-screen provided by Expo to implement a splash screen in my app. The necessary code is written in App.tsx, and when I build the APK and test it on a real Android device, the ...
0 votes
1 answer
60 views
Change splash screen icon background color on Android 12
This is my values-v32/styles.xml, windowSplashScreenIconBackgroundColor is not changing the icon background color. <?xml version="1.0" encoding="utf-8"?> <resources> ...