The splash screen is still white you have just made widget which shows after splash screen.
@HelloCodepur6 жыл бұрын
Check my flutter ui kit for native implementation
@MatthewM7705 жыл бұрын
@@HelloCodepur where would I find the ui kit please?
@balaji-venkatraman4 жыл бұрын
@@HelloCodepur Is there any way that i can suppress native splash screen with custom splash screen
@amankaushik58334 жыл бұрын
@@MatthewM770 on his github
@GArvinthKrishna3 жыл бұрын
@@HelloCodepur where to find?
@neelsharma10334 жыл бұрын
thank you for teaching me Flutter...no matter what i search for I get the answer in your channel..good job man
@vipinvijayan60345 жыл бұрын
This is not splash screen. You cannot Customize programmatically splash screen on iOS. This is just a screen after the splash screen.
@shellphil54395 жыл бұрын
"Native Splash Screen"
@cristiansprenger4185 жыл бұрын
It splashes. In the screen. It's a splash screen.
@uzairleo29104 жыл бұрын
actually you are right but only untill its in debug mode when its run in release mode then its become splash screen and there is no white screen any more also if not possible that option still you have choice to implement native splash screen bro
@msopheak33714 жыл бұрын
before the loading splash screen, the white screen displayed. how to remove this white screen or custom duration?
@SpitFriX4 жыл бұрын
"Flutter: How to increase loading time of your app for fun"
@swapnadumpeti92704 жыл бұрын
create a app which shows only loading screen
@ThEGeEeK4 жыл бұрын
Time.delay()
@msopheak33714 жыл бұрын
@@ThEGeEeK i am a begginer could you give the link or show me??
@harshitsrivastava99034 жыл бұрын
Thanks for Flutter Tutorial 🙏🙏
@HelloCodepur6 жыл бұрын
One more thing to note guys is that this splash screen is not something recommended by android or ios , you might be seeing a white screen before this screen appears so that is also a splash screen but that is platform dependent and can have only one logo and a background which is recommended and you can't load your data and all.. I will make a separate video for platform specific splash screen
@sunitgautam75476 жыл бұрын
Please, do! Thanks a lot! Or is it available already?
@Marty700726 жыл бұрын
Also waiting for this! :)
@nosmirck6 жыл бұрын
Good, because I was going to say that this is not a splash screen, this is a custom screen that shows at the beginning, that's it. The concept of a splash screen is100% platform dependant.
5 жыл бұрын
Waiting for it!
@motiurrahmanimtiaz4 жыл бұрын
today joining fb group also. thx dear .
@csiddharth3804 жыл бұрын
Thankyou very much man
@edt7236 жыл бұрын
The initial entry into the splash screen seems to take a few seconds on Flutter. I know in Android we typically add the splash screen layout as a Theme (that way it loads instantly). I know you are using this method in your Flutter-UI-Kit, and it looks great! But how do we implement this for iOS?
@koshiserver43465 жыл бұрын
Which colorscheme is this ? It's beautiful.
@dugenterprisesolutions97544 жыл бұрын
Thank you very much ... you are the best Teacher. But how do I add a Webview_plus package after the Timer()? I tried inserting the widget as a callback parameter. Nothing worked
@samjones503 жыл бұрын
Brother I watch your video is very good, But I need some help from you.. can you please tell me how to move from splash screen to another without pressing any button. like from splash screen after 3 second it will autometically move from signup page. thanks in advance.
@markdioneeb89973 жыл бұрын
I appreciate your effort on this video, but the main purpose of splashscreen is to hide the white screen while loading, what happened on 19:39????
@uchechukwuprincenwulu20264 жыл бұрын
Many thanks for this. Very helpful.
@Rishabhkumar-ug4qv4 жыл бұрын
U r awesome buddy
@mohamedalsaee70184 жыл бұрын
Keep up bro thank you so much
@adhityafrimansyah39464 жыл бұрын
The best part : 15:43 Thanks sir, btw xD
@JHEVR3 жыл бұрын
"It's being deprecated in favor of Android embedding v2" could you do an updated version? please
@killergoldfish1174 жыл бұрын
Great video, thank you.
@yusuphh.kajabukama40296 жыл бұрын
Please accept my humble appreciations from Tanzania!I enjoy learning flutter through your videos, thanks a lot and keep up the good work!by the way what is the color theme you are using!
@jeffbowyer88866 жыл бұрын
Yes I want to know that too. I know the video shows a mac version. Is there a PC version of that color scheme? I can't find one in extensions.
@asgaraliyev87404 жыл бұрын
me too :(
@sarandhanushsarandhanush24705 жыл бұрын
bro..please continue your flutter tutorials....
@LordVodka3134 жыл бұрын
This was exactly what I needed. Liked and Subscribed!
@tanmaypatel32684 жыл бұрын
We have created splash screen but we are enabled to switch to the our main screen after splash screen so can you tell me how i can do it ?
@praveenagrawal38284 жыл бұрын
acha mazaak thaaa
@iril6 жыл бұрын
thank you very much for your time and effort to create this tutorial.
@HelloCodepur6 жыл бұрын
Your welcome. Thanks for being a part of this journey..
@aryansethi55084 жыл бұрын
Hey man thanks alot ! I tried to make my own splashscreen and it worked. There is one problem though. Like you printed a message in console after 5 seconds duration, what I did was use Navigator.pushnamed and passed my homepage() so that it shows after the splash screen. It worked but as soon as the splashscreen duration ends, I do enter into my homepage but with a 'back' symbol option on the top left corner of my screen and if I press that back button I go back to my splash screen. Please help me out
@Abhi_93014 жыл бұрын
Navigator.pushAndRemoveUntil( context, MaterialPageRoute(builder: (context) => WelcomePage()), (Route route) => false, ); Use "pushAndRemoveUntil" instead of push and don't forget to include the last line.. Happy coding..
@msopheak33714 жыл бұрын
Hello i need your help, how can i delete the White color or customize the seconds before loading to the App???
@amirolahmadjamaluddin41606 жыл бұрын
Tq for this awesome tutorial... nice job... more video mr pawan
@HelloCodepur6 жыл бұрын
Your welcome. Thanks for being a part of this journey..
@yoriichi28 Жыл бұрын
hello bro i want native screen animation.. how can i do it ... what i mean is when u start app it show first white screen then it show our custom splash screen but i want to animate that first white screen with logo .. help me pls>
@Redonkeyulous6 жыл бұрын
Thanks for this amazing tutorial. Love Ya!!!
@HelloCodepur6 жыл бұрын
Thanks 😍
@floridosmarpepa89045 жыл бұрын
I would like to use the circular progress indicator for a timer, each second it will take a chunk of it and delete it until nothing remains and timer 0 with sound alarm. How could I architect this kinda of system? No specific code but what's the best way I can manage do this? Maybe is another widget not the circular progress indicator?
@TheNovaManagement6 жыл бұрын
Thanks for sharing your knowledge !!!
@HelloCodepur6 жыл бұрын
Your welcome. Thanks for being a part of this journey..
@joyalajohney4676 жыл бұрын
Very Useful buddy, Keep it UP ! :)
@IshmeetSinghahuja4 жыл бұрын
Hi Pawan.. thank you for doing this .. your videos are amazing and great to learn from. Why don’t you open a patreon account and we can support you and your work monetarily .. thx for doing this and keep it up :)
@HelloCodepur4 жыл бұрын
Hi Ishmeet, thanks. There is a patreon account - patreon.com/mtechviral
@rajath85296 жыл бұрын
Your doing crazy things buddy!!! Keep going..
@jcrengarcia6 жыл бұрын
Thank you! Helped me a lot
@oswaldmboussa93505 жыл бұрын
this tutorial was very helpful to me
@marcoantonioestrelloguadar42005 жыл бұрын
Hi! very good video, how can i do the "Steps" you have at the begining, i mean the skip and next button an the information? like the tutorial for the first time in the app, you have a video? :( that will help me a lot pleaseee
@nightseeker88645 жыл бұрын
How do u use the timer at the end, to link to another screen?
@aanfcnig5 жыл бұрын
Am trying to do same
@shariareshuvo94034 жыл бұрын
According to this i have built a material splash screen and also navigate it to next screen. but there are some thing i can see 1. the real white splash screen also coming with this. 2.after the splash screen gone, from the next screen when i pressed back it always come back again to splash screen. Answer this please.
@HelloCodepur4 жыл бұрын
You can watch my real splash screen tutorial
@shariareshuvo94034 жыл бұрын
@@HelloCodepur Oh PK ji. I have already watched it.
@Mafranny5 жыл бұрын
Great job! Thanks for share your knowledge.
@shafiqph40684 жыл бұрын
Can we add MP4 format to splash screen
@spade57134 жыл бұрын
is there a way to animate or to add designs to this blank white screen at 19:42 , something like twitter has done, the moment you open the app you don't see a blank white screen but a blue screen with the twitter logo in the middle , can you make a video about it
@danm76965 жыл бұрын
What theme are you using for vscode?
@MattBracewell716 жыл бұрын
Thanks for your great Flutter content Pawan. You're contributing to the growth of the Flutter community :-) I hope you'll cover how a splash screen is used to inform the user on the progress of app loading/initialisation. So far my mini experiments have yielded results that just don't seem to warrant a splash screen - which is great! I'd imagine that I'll want to implement a splash screen whenever I need to load some data that the app relies upon for basic functionality - right? Kind regards
@HelloCodepur6 жыл бұрын
yes ! and your welcome. Thanks for being a part of this journey..
@haque52346 жыл бұрын
Great work keep it up!!
@TiagoBacana5 жыл бұрын
ARMAZING
@deepjyotibaishya75766 жыл бұрын
how can i enable one time splash screen like i tntro slider .. if {Splash done one time} than Do not need to show 2nd time
@bohdansamusko6 жыл бұрын
Nice tutorial, Thanks! Is there a way to remove a white screen which is displayed while starting the app?
@HelloCodepur6 жыл бұрын
yes read the pinned comment and ill make a video on that too
@JobSearchKro3 жыл бұрын
how to add another screen in this splash screen pls help
@edneymesquita73345 жыл бұрын
What theme are you using?
@ivaskuu6 жыл бұрын
Nice! What theme of colours are you using with VSCode?
@JoeMGL126 жыл бұрын
How can I change the color of the progress indicator?
@deepjyotibaishya75766 жыл бұрын
sir, its working nice but its show again and again intro splash screen how to set this one time
@berkantay4354 жыл бұрын
Dude I need the name of your vscode theme. Really liked it!
@HelloCodepur4 жыл бұрын
Don't remember now but it was some peacock theme I guess
@blogsanjeevTechnical6 жыл бұрын
Congratulations for binary 10010+subs achievement... Bol pawan... Keep it up.. Kyoki Party abhi baki hai. #blogsanjeevtechnical
@HelloCodepur6 жыл бұрын
thanks bro
@AhmedHasanAl-Qadhi5 жыл бұрын
good
@androidindusa61156 жыл бұрын
Impressive... What editor you are using by the way ?
@HelloCodepur6 жыл бұрын
i use Vscode
@simonkalu6 жыл бұрын
My VScode editor does not show flutter debugger correctly even when my installation was done right. What could be causing this kind of issue
@peet91pop6 жыл бұрын
good work , thanks pawan
@HelloCodepur6 жыл бұрын
Your welcome. Thanks for being a part of this journey..
@sarandhanushsarandhanush24705 жыл бұрын
can i do flutter freelance jobs...i have a slight experience in flutter development
@vijayakumard40843 жыл бұрын
why its showing white screen after launching the app
@komalbarde4091 Жыл бұрын
there is a white screen before we launch the app how can we eliminate that
@abiwaqas58675 жыл бұрын
Don't you always stuck at splash screen if you press back button??
@CodeWithSajjan5 жыл бұрын
bro please create tutorial on Chatting App
@mcotechtv41804 жыл бұрын
How to add image in bro instead of creating a circle
@ONEON266 жыл бұрын
Hello, when you start a flutter app, the screen is dark or white for few secs. How to eliminate this?
@HelloCodepur6 жыл бұрын
You should read my pinned comment for that
@ramjisubedi19915 жыл бұрын
before the loading splash screen, the white screen displayed. how to remove this white screen?
@anishkalra22194 жыл бұрын
How to navigate to another page from the splash screen ?
@petercalin94554 жыл бұрын
that wasn't a Splash Screen but a page after the Splash Screen. compare the way your WhatsApp opens to the way its App opens and you'll see the difference
@MyChanneltutzzzzz6 жыл бұрын
helpful video
@AndreyPiterov6 жыл бұрын
Thanks, Pawan. Great explanation. But is there a walkthrough screen tutorial already?
@HelloCodepur6 жыл бұрын
yes
@swatibhattarai33035 жыл бұрын
Can I use this source code and modify it for my own company?
@_azeem_muzammil4 жыл бұрын
Bro, whenever you type a letter the app hot reloads, how did you do that?, For me, I have to save each time. That is fine but yours seems to be awesome. 😎
@uchechukwuprincenwulu20264 жыл бұрын
Visual Studio Code yeah? use Debug mode.
@fahedsayyad67572 жыл бұрын
how to remove white splash screen is my problem help me
@ramjisubedi19915 жыл бұрын
When pressing the back button, the splash screen shows why? Is this correct splash screen
@labrucine5 жыл бұрын
Ramji Subedi no
@Abhi_93014 жыл бұрын
@@labrucine Kariokar Kariokar 15 hours ago Navigator.pushAndRemoveUntil( context, MaterialPageRoute(builder: (context) => WelcomePage()), (Route route) => false, ); Use "pushAndRemoveUntil" instead of push and don't forget to include the last line.. Happy coding..
@sarandhanushsarandhanush24705 жыл бұрын
post a video of flutter freelancing
@TusharRai26 жыл бұрын
How the Stateful widget code is auto written, is there any plugin for that and how to do it in android studio
@HelloCodepur6 жыл бұрын
it’s template available in all the IDEs
@TusharRai26 жыл бұрын
But when I am typing StatefulWidget it only write the typed code it doesn't popups any template code
@HelloCodepur6 жыл бұрын
write stful
@TusharRai26 жыл бұрын
Yes this worked thanks
@RaviPrajapati-ih4js4 жыл бұрын
Video start 4:30
@shubhamagarwal84325 жыл бұрын
This is not the splash, This is the first controller. Please put the splash on launcher thing. The white screen which is coming in the starting is the splash. Please make video on that.
@MF2PBH4 жыл бұрын
I have some issue in running flutter Device connected the doctor check crashed
@MF2PBH4 жыл бұрын
What can I do
@motionsegment6 жыл бұрын
how can i install the emulator you used in this video ?? i can't find any way to install it thanks
@dagabangel5 жыл бұрын
i believe its vscode
@petercalin94554 жыл бұрын
emulator = Windows OP, Simulator = iOS OP in this video, he used a *Mac Book* in Windows you can't open a Simulator
@sanelekhumalo69016 жыл бұрын
How do i put an animation on the splash screen?
@jay4034 жыл бұрын
where can i find its source code. Please add link here.
@codehovafromflycombinator36226 жыл бұрын
subscribed.
@alisimon90106 жыл бұрын
how do i navigate to the other information in the app when Splashscreen duration is finished?
@HelloCodepur6 жыл бұрын
You can pass the data through constructor
@alisimon90106 жыл бұрын
thank you. keep making great videos
@fulltoss36462 жыл бұрын
It is not a splash screen, splash screen should be added from Xcode for IOS, In your project actual splash screen is that white screen, in IOS splash screen comes immediately, not after white screen delay
@vrkv3805 жыл бұрын
After 5 seconds, from splashscreen i go to Intro screen but when i click the mobile back button and go to splash screen again the timer set on splashscreen wont work and splashscreen hangs. why?
@andiasrafil65705 жыл бұрын
replace pushNamed in void goToHome to pushReplacementNamed
@Abhi_93014 жыл бұрын
Kariokar Kariokar 15 hours ago Navigator.pushAndRemoveUntil( context, MaterialPageRoute(builder: (context) => WelcomePage()), (Route route) => false, ); Use "pushAndRemoveUntil" instead of push and don't forget to include the last line.. Happy coding..
@Abhi_93014 жыл бұрын
@@andiasrafil6570 Kariokar Kariokar 15 hours ago Navigator.pushAndRemoveUntil( context, MaterialPageRoute(builder: (context) => WelcomePage()), (Route route) => false, ); Use "pushAndRemoveUntil" instead of push and don't forget to include the last line.. Happy coding..
@honchogameplay47534 жыл бұрын
What is this emulator?
@panchanimittal22124 жыл бұрын
It is not working on my project
@ikedacripps5 жыл бұрын
hi, link to facebook group not working
@biswajitbehera16 жыл бұрын
Flutter hot reload automatically in every second how?
@HelloCodepur6 жыл бұрын
i save the file every second in vscode via settings
@bhavneetsingh58645 жыл бұрын
Noob question how to change from full screen to regular screen
@shubhamarora5476 жыл бұрын
please sir aap hindi mein bhi video banaye
@oscardiez85214 жыл бұрын
17:00
@MaxwellSotoRamos4 жыл бұрын
This not a splash screen, is just a "screen"
@CarlosYN3 жыл бұрын
this is not the correct way to add a splash screen to you app, this way you only make the app more slow and make the user waste time, the correct way is putting the splash screen as backgroung for you main page
@HestonSinurayaJogja4 жыл бұрын
This is not a splash screen, this is just an ordinary page which delay your app to show. To author, please don't misguide people.
@HelloCodepur4 жыл бұрын
There are 2 videos I have made for splash screen. You can check them out
@kamilpius81855 жыл бұрын
Its not real splashscreen!
@lazboi27875 жыл бұрын
This is not splash screen.
@besttouristplaces25954 жыл бұрын
Bhai kya bacho ki coding sikha rha h, white screen is still showing. There is nothing to learn from this video. If you are good developer try to remove this default splash screen i e white screen