Apply For Video Internship Program - script.geeksforgeeks.org/on-boarding/youtube
@youssifgamal85453 жыл бұрын
I don't think that this is an efficient way to create a splash screen, this is what happens in the app you created : 1- The app opens with a white screen (default splash) and takes x seconds 2- the waiting screen you created runs and takes 1.5 seconds total time = (x + 1.5 ) seconds The splash screen should be displayed while the app opens so that the user won't stare at an empty screen, without increasing the time which the app takes to open, what you have done here is the opposite you increased the opening time by 1.5 seconds
@federicosironi1352 жыл бұрын
thats rigth
@nvfpv2 жыл бұрын
Can you link some code for this splash screen of yours?
@highfbi8188 Жыл бұрын
thats right
@nelsonazolukwamprojects Жыл бұрын
You are right, this violated the whole point of behind splash screens.
@shadowking773 Жыл бұрын
can you tell me how to do this please i am in urgent need for project
@heisenberg58733 жыл бұрын
This doesnt solve that white screen before the launch of app .For that you need to change the xml file
@Apoorvpandey3 жыл бұрын
Yes this is a scam
@dramaticsports2 жыл бұрын
hello bro can you tell me how to remove white screen before the splash screen please help me
@NischalPandey2 жыл бұрын
That is lunch screen not splash 😁😁
@kadidibwa968 Жыл бұрын
Kindly explain further
@Alex-bc3tt7 ай бұрын
Your comment is so descriptive and helpful 🤣🤣🤣🤣 I mean which xml file and what do you change?😳🙄
@KishorTiwari3 жыл бұрын
I think this is not the right way though. Splash screen is shown to make up the time for app boot up. However, here app already boots up & splash is shown, hence it is just the another normal screen.
@swapnilcodes2 жыл бұрын
You saved my today.... Thank you Geeks for Geeks❤️❤️❤️
@GustavoKureckPiccoli2 жыл бұрын
Thank you so much, works perfectly here! Greetings from Brazil bro!!!
@prasertpromvong3031 Жыл бұрын
Thank you, finally i can do it.
@mbithi_ke2 жыл бұрын
I bumped into this, but for Android flutter has a predefined startup theme that usually is in the Android folder. Unless you edit it, the app will always start in white, and i think a splash screen should appear immediately after clicking the app lancher icon,
@acornerofherheart-jr9pl8 ай бұрын
same problem i m facing my app is not overrriding default splash screen ...
@prasertpromvong30312 жыл бұрын
Thank you so much, finally i can do it.
@vladarskopin33142 жыл бұрын
Thank you so much! Finally I can make a splash screen in my college project
@karolinahagegard2 жыл бұрын
This is not a Splash screen!! :( A Splash screen comes up WHILE the app is loading... This is simply a screen that comes up first after the app has already loaded. Thus delaying the start of the actual app even further...
@oluotanmioluwadamilare56382 жыл бұрын
What extensions did you use in this tutorial, love em
@sunilkumarnagar8208 Жыл бұрын
0:58 1:00 1:00 1:01 1:01
@renplatypus60402 жыл бұрын
can you tell me (or anyone else) what extension for showing the error on side code like "Expecting to find ')' on 6:27" please?
@belloomotolani42422 жыл бұрын
Please What theme are you using
@grattindepates3153 жыл бұрын
Thanks !
@moaath113 жыл бұрын
Anyone else is having a black screen for a few seconds before Splash screen starts?
@AshuSingh-mw2wt3 жыл бұрын
Flutter already provide inbuilt splash screen. That's black screen you seen. You customize it from android section.
@rogithr60452 жыл бұрын
@@AshuSingh-mw2wt Can you mention any video that shows how to do it?
@vishnukumark67573 жыл бұрын
Thank u for the video and tutorial about splash screen. Bro, i have ur visual studio code the error ans error msg in side with red markings and flow of brackets and parathesis with yellow colour line. How it is coming like that. Expalin how to get that type in my system. Thank u in advance.
@harshdasila66803 жыл бұрын
This is must needed
@Apoorvpandey3 жыл бұрын
C'mon dude I know how to do this! I came here to see how to customize the REAL splash screen and not create a new one with 1.5 Seconds delay.
@mazharimam92162 жыл бұрын
could you please suggest me a video where i can learn this with the code plzz plzz
@anoopmoji87683 жыл бұрын
How to remove white screen that is loading before splash screen? 🙏🏼🙏🏼🙏🏼
@trujillogomezmanuel18823 жыл бұрын
This method is good, but in the end a splash package is only calling a Widget; for a "native" splash screen we need to edit de xml files in drawable folder in the android/app proyect folder...
@anupkolhe6564 Жыл бұрын
Idit If you want use stateful then use with stateful
@xavierfrancis43702 жыл бұрын
Bro I'm not getting apps tab under explorer tab which shows lib option please help
@amansatvilkar20933 жыл бұрын
Will you make a Tutorial of an App with Real time DB which captures pic of users who enters wrong pattern or passcode(lock screen) and save it in that App, and also stores location of the device in that App.
@ED-pl6hk Жыл бұрын
Wasted my time implementing his method just to find out that it is just adding a normal page after the default splash screen instead of replacing that one. If you can do one where the splash screen pops up right from the start.
@ntsakomotsepe2058 Жыл бұрын
how do you get your errors to show up as you code?
@Magedzzzz2 жыл бұрын
when i wrap countainer doesn't show coulmn
@heavenlife56193 жыл бұрын
*App reopen krne per saare changes hat jaate hai , bikar h flutter*
@codeaamy2 жыл бұрын
Misguided title. This is not Splash Screen works. IT will still show default splash screen