Skip to main content
Advice
3 votes
1 replies
68 views

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 ...
Kaiser's user avatar
  • 49
0 votes
2 answers
119 views

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.
jithu's user avatar
  • 9
0 votes
0 answers
91 views

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....
Sonia Ejaz's user avatar
0 votes
0 answers
32 views

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 ...
Emaborsa's user avatar
  • 2,940
2 votes
0 answers
109 views

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 ...
syrine BEN HASSEN's user avatar
0 votes
1 answer
132 views

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 ...
Surendhar's user avatar
6 votes
3 answers
622 views

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 ...
Ramji's user avatar
  • 60
3 votes
1 answer
87 views

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, ...
Alireza Dehghan's user avatar
1 vote
0 answers
83 views

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 ...
Newbi's user avatar
  • 53
1 vote
1 answer
61 views

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 ...
Vrishab Acharya's user avatar
0 votes
0 answers
38 views

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....
Максим Соколов's user avatar
0 votes
1 answer
881 views

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": { &...
injecteer's user avatar
  • 20.8k
0 votes
0 answers
56 views

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..." (...
Domingos Daniel's user avatar
0 votes
1 answer
65 views

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 ...
박종준's user avatar
0 votes
1 answer
60 views

This is my values-v32/styles.xml, windowSplashScreenIconBackgroundColor is not changing the icon background color. <?xml version="1.0" encoding="utf-8"?> <resources> ...
edvardgospel's user avatar

15 30 50 per page
1
2 3 4 5
250