Flutter Tutorial for Beginners #5 - Scaffold & AppBar Widgets

  Рет қаралды 704,812

Net Ninja

Net Ninja

Күн бұрын

Hey ninjas, in this Flutter tutorial we'll take a look at the Scaffold widget and the AppBar widget. We use the Scaffold widget to flesh out a quick app layout, you can read more about it here - api.flutter.dev/flutter/mater...
----------------------------------------
🐱‍💻 🐱‍💻 Course Links:
Course files - github.com/iamshaunjp/flutter...
Android Studio - developer.android.com/studio
Git - git-scm.com/downloads
Flutter Installation - flutter.dev/docs/get-started/...
🐱‍💻 🐱‍💻 Other Related Courses:
+ Modern JavaScript Tutorial - www.udemy.com/modern-javascri...

Пікірлер: 298
@Adeolaex
@Adeolaex 4 жыл бұрын
Who else thinks that this tutorials are really good. Thanks so much.
@DTrain4711
@DTrain4711 4 жыл бұрын
Yes, they are! I think , they are the best on KZbin. Thank you!
@kitan1906
@kitan1906 3 жыл бұрын
Adeola wanna roll with a geezer
@RandomShowerThoughts
@RandomShowerThoughts 2 жыл бұрын
couldn't agree more, this series makes so much sense, and makes everything so easy to understand
@Asithan476
@Asithan476 3 жыл бұрын
If you're getting an error with the floating action button, leave the onPressed function there with no arguements and no body i.e. onPressed: () {}
@karunsomasundarm9900
@karunsomasundarm9900 3 жыл бұрын
Thank You👍
@Nirbhey
@Nirbhey 3 жыл бұрын
Pin this comment, it works! Thank you for sharing .
@karunsomasundarm9900
@karunsomasundarm9900 3 жыл бұрын
@@Nirbhey In the very next Video its mentioned..
@JuliousNiloy
@JuliousNiloy 3 жыл бұрын
Thank you so much ^_^
@redsvision4026
@redsvision4026 3 жыл бұрын
or 'onPressed: null'
@scaledesign3880
@scaledesign3880 4 жыл бұрын
I'm just ridiculously impressed from your Tutorial series, there are a lot of different ones out there, but yours is just a whole nother level of perfection and simplicity , especially for someone who's main language is german and not english.
@midiantkl
@midiantkl 4 жыл бұрын
I see, auch ein Deutscher der lernt :D Kann dir nur zustimmen, man lernt gut, vorallem wie er alles gestaltet gegenüber Anfänger in der Szene.
@rblorre
@rblorre Жыл бұрын
I would like to leave a note for future viewers : Calling MaterialApp in runApp directly prevents hot reload, to solve this create a custom App widget that returns MaterialApp in the build method
@khmiri
@khmiri 4 жыл бұрын
I've watched every Flutter tuto on youtube, and this is great one so far, it's so simple, you're an amazing teacher!
@NetNinja
@NetNinja 4 жыл бұрын
Thanks so much :)
@indahpratiwi4308
@indahpratiwi4308 4 жыл бұрын
This is the best Flutter tutorial series I have come by in the last 12 months
@evandermursh8410
@evandermursh8410 Жыл бұрын
Just in case people are having issues with the floating action button, if it says you have to add an onPressed callback, just add it and set it to null
@bonkers_dave
@bonkers_dave Жыл бұрын
So despite having years of experience in lots of programming languages, I ask myself, how do you do THAT? you just add a line "onPressed: null," which is obvious AF in hindsight, but I hate having to pause the bleeping video while I figure stuff out no matter how trivial it turns out to be.
@ohioodion1790
@ohioodion1790 Жыл бұрын
Nice! Another way to implement that would be to do this: floatingActionButton: FloatingActionButton.extended( onPressed: () {}, label: const Text('click'), backgroundColor: Colors.blue, ),
@feliciaf8
@feliciaf8 Жыл бұрын
@@bonkers_dave just do this onPressed: () => null,
@azima86
@azima86 Жыл бұрын
@@bonkers_dave floatingActionButton: FloatingActionButton(onPressed:() {}, child:Text('click'),
@affansalim9162
@affansalim9162 10 ай бұрын
i'm so thankfull dude@@azima86
@hossainabeer
@hossainabeer 2 жыл бұрын
After surfing to 10s of tutorials, I finally found someone who's language I understand. Recommended to beginners
@jeygloluis
@jeygloluis 4 жыл бұрын
i simply love the way you teach. you make feel others this is soo simple, even a child could do it... you are great!
@aventura1266
@aventura1266 3 жыл бұрын
You are an amazingly talented tutorial creator, and implement key programming values in your teaching. Just the way you minimized and trimmed the excess template code and gave me a visual understanding of each line of code's purpose as well as imagining how the result would be *without* the code you showed us. The Scaffold vs no Scaffold was a fantastic example.
@NetNinja
@NetNinja 3 жыл бұрын
Thanks so much :)
@dragon_warrior_
@dragon_warrior_ 4 жыл бұрын
So far the best video series on flutter android development I guess ♥
@NinoM4sterChannel
@NinoM4sterChannel 3 жыл бұрын
I had given up trying to learn Flutter since it seemed very complex, but I'm giving it another chance since your tutorials are very good :)
@deepaktiwari7059
@deepaktiwari7059 3 жыл бұрын
You are great!! I have almost gone through 4 5 video on flutter but didn't understood any thing. Just by removing functions you made it so simple to understand. I Really appreciate your work.
@siddharthrajpal7052
@siddharthrajpal7052 Жыл бұрын
This is amazing... like I am absolutely stunned and if any of you guys are getting an error for the floating action button just put in onpressed = null, as a property
@ppl_call_me_tima
@ppl_call_me_tima Жыл бұрын
Thanks!
@tasneemibnealam9960
@tasneemibnealam9960 3 жыл бұрын
Man you are truly awesome! I found new love for flutter after watching your contents, so easy to grasp. Carry on.
@kipropkigz1285
@kipropkigz1285 2 жыл бұрын
I have a midterm project and I have been considering Flutter for it.. sir, you are a savior.... I enjoyed learning from this Video!
@atiktook8591
@atiktook8591 3 жыл бұрын
I’m truly grateful that I found your tutorials on KZbin. Thank you a lot! I really appreciate how you shared this tutorials :) Thank you again!
@yassinesafraoui
@yassinesafraoui 3 жыл бұрын
I remember I watched your node js tutorials and they were really good, now I'm so glad your explaining flutter too 👌🙌
@suvradiproy1946
@suvradiproy1946 3 жыл бұрын
This is the best tutorial in the universe for Flutter, Thanks Shaun.
@PocketSurvey
@PocketSurvey 4 жыл бұрын
This is the best Flutter tutorial on KZbin. Your teaching style is so good. 👍
@dineshfalwadiya3282
@dineshfalwadiya3282 3 жыл бұрын
I am a xamarin forms developer & must say I am loving these flutter tutorials from Ninja
@sameerk12982
@sameerk12982 4 жыл бұрын
Hello from India Ninja....Thank you very much for creating this helpful and easy to understand and followable tutorial..... Tried all the other tutorials on youtube.....they confused me...only after following your series, I have ended up running an app on my device..The way you are describing code from ground zero is awesome...This is the way of teaching I was looking for..Highly appreciated.
@pqudah
@pqudah 2 жыл бұрын
An easier way to wrap Text() with Center() is to place the cursor on the Text(), Alt-enter and choose "Wrap with Center"
@yashdeshmukh4404
@yashdeshmukh4404 3 жыл бұрын
THESE TUTORIALS ARE GOLD!!! Keep it up man !!!
@abdelhadidellal3697
@abdelhadidellal3697 4 жыл бұрын
Great tutorials, Thank You So Much ❤
@megapixeler
@megapixeler 3 жыл бұрын
Dude, you are lit, I don't know what it is but you are good at teaching (and take it from someone who has to fight himself to learn new things). Thank you.
@nagendrapp2213
@nagendrapp2213 4 жыл бұрын
Great please do a complete series I'm waiting from a long time who can teach clearly u r the only one who can convert complex topic to simple topic
@NetNinja
@NetNinja 4 жыл бұрын
Hey, glad you like :). I'll be uploading 2 vids nearly every day, so won't be too long before the whole series is up :)
@jakubkalina4757
@jakubkalina4757 4 жыл бұрын
@@NetNinja Can't wait
@4funrc11
@4funrc11 4 жыл бұрын
@@NetNinja You are *_The Best !_*
@gentleberry185
@gentleberry185 3 жыл бұрын
seriously brother. I had tried Udemy and various youtube videos. Nothing made sense except yours. Just Amazing ✨
@BigEyesLuigi1
@BigEyesLuigi1 4 жыл бұрын
The explanation on nesting widgets using "child" property is really well-explained :)
@stefanhofmann2521
@stefanhofmann2521 4 жыл бұрын
TheNetNinja has programmed one of the users to write KZbin comments
@lava6572
@lava6572 4 жыл бұрын
Best flutter tutorial series...hats off .,,,... tysm!
@bepositive3385
@bepositive3385 2 жыл бұрын
never skip the ad, thank you for sharing your knowledge
@RandomShowerThoughts
@RandomShowerThoughts 2 жыл бұрын
probably the best series on flutter and dart I've ever seen
@filippocossu2974
@filippocossu2974 4 жыл бұрын
I'm starting to learn Flutter and the google documentation is a bit complexes to understand. But your Tutos make my life easier; thank you!
@filippocossu2974
@filippocossu2974 4 жыл бұрын
+1 sub
@manuj9570
@manuj9570 4 жыл бұрын
I didn't understood earlier what's a property what's a widget but you made it so clear.
@0xredpill
@0xredpill 4 жыл бұрын
For your time and love , I thank you for helpful tutorails
@wagmun
@wagmun 3 жыл бұрын
Excellent tutorials! Thanks for the help.
@binapko
@binapko 4 жыл бұрын
best flutter tutorial ever, it's even better than tutorials in udemy
@TearfulNight
@TearfulNight 3 жыл бұрын
True .. Better than udemy girl
@nikslogy
@nikslogy 3 жыл бұрын
Thank you so much! God bless you! Love from India!!🧡
@godwinsampson6081
@godwinsampson6081 3 жыл бұрын
Wish I could subscribe twice... you make everything simple... Thanks Man.
@Jojo-eh2ol
@Jojo-eh2ol 4 жыл бұрын
Thanks net ninja, this has really helped me
@sean_gruber
@sean_gruber 3 жыл бұрын
Very clear explanations - thank you!
@yadhukrishna9839
@yadhukrishna9839 3 жыл бұрын
Wow exceptional flutter series😍 juzt loving it!!!
@NetNinja
@NetNinja 3 жыл бұрын
Thank you so much 😀
@jassem500
@jassem500 3 жыл бұрын
woow the way flutter and dart work are something else 😲
@anandsivaji5
@anandsivaji5 4 жыл бұрын
Excellent !!!!! Very good explanation.
@prithvigupta8215
@prithvigupta8215 3 жыл бұрын
Thank you! These videos are really helpful.
@leamon9024
@leamon9024 4 жыл бұрын
Thanks Ninja. You're awesome.
@willsantos3284
@willsantos3284 4 жыл бұрын
I will give you thanks for all your support, you´re the best.
@paulinevalencia9266
@paulinevalencia9266 3 жыл бұрын
Great tutorial! Easy to understant.
@salomastation6004
@salomastation6004 4 жыл бұрын
Wooooow .. u have such incredible way of teaching
@wahyuarchery1588
@wahyuarchery1588 2 жыл бұрын
easy to follow for beginner, thanks Dude for making this vidio
@jakubkalina4757
@jakubkalina4757 4 жыл бұрын
Great tutorials, keep up the good work ! :D
@outshined2301
@outshined2301 4 жыл бұрын
I have 4 Flutter courses on Udemy and this is better than all of them. I cant believe you give this away. Even if you made an Udemy Flutter course I think people would start here.
@sameeraperera7912
@sameeraperera7912 4 жыл бұрын
Best turorial for flutter. thank you.
@marksoliver374
@marksoliver374 2 жыл бұрын
worked on my end, thanks!
@missiontechdk6064
@missiontechdk6064 3 жыл бұрын
Hats off to you brother for this awesome explanation
@varunlohade383
@varunlohade383 4 жыл бұрын
wow wow wow this is the best flutter tutorial so far, better than the paid once.
@narayansinghchundawat1808
@narayansinghchundawat1808 2 жыл бұрын
Thank you for this amazing explanation
@rocco2162
@rocco2162 3 жыл бұрын
This tutorial is so awesome and so essy to grasp tysm sir😍
@VikasMSharma-nd7nv
@VikasMSharma-nd7nv 4 жыл бұрын
Thanks man. you're the best!
@krissie115
@krissie115 Жыл бұрын
Thanks for this tutorial it is really detailed.
@mcbrincie212
@mcbrincie212 2 жыл бұрын
I Have Only Positive Things to Say About This Man. Very Good Tutorials I Quite Learned a Lot About Flutter
@rumeshbandara9972
@rumeshbandara9972 3 жыл бұрын
i watched full series thanks sir its very good
@TYNEPUNK
@TYNEPUNK 3 жыл бұрын
Brilliant videos!!! Thanks!!!
@Matthew-ro2ie
@Matthew-ro2ie 4 жыл бұрын
So amazing, you're the best :)
@anknara1381
@anknara1381 3 жыл бұрын
You are a Star man , thank you for this
@kaleemullah6342
@kaleemullah6342 4 ай бұрын
Thanks Sir for one of the best method ❤❤❤
@tech3.081
@tech3.081 3 жыл бұрын
Thank You You Do The Great Job
@muhammadismail1168
@muhammadismail1168 4 жыл бұрын
Great tutroial man :-) Thanks alott
@johnwilliams983
@johnwilliams983 4 жыл бұрын
Good day Sensei. My 8GB computer is struggling with Android Studio so I will have to try my best to follow while using VS Code. Great series as usual.
@endlesslearning26
@endlesslearning26 4 жыл бұрын
me using 2 gb ram crying inside ;
@aditya_asundi
@aditya_asundi 3 жыл бұрын
i have 8 gb too and it runs pretty well.
@mrzak7850
@mrzak7850 4 жыл бұрын
fantastic my teacher say to me go to reacyt native but now i see this is very beter thanks ninja
@GAVIGHUMMAN
@GAVIGHUMMAN 4 жыл бұрын
more please, all the way to deploying , cheers
@aus7087
@aus7087 3 жыл бұрын
Amazing tutorial
@fma3852
@fma3852 3 жыл бұрын
that was awesome thanks a lot
@andy0x58
@andy0x58 3 жыл бұрын
You are best teacher!
@akhilv3487
@akhilv3487 4 жыл бұрын
Really very helpful
@mohamedawadsalem1941
@mohamedawadsalem1941 4 жыл бұрын
This is so great!
@GASSHO.meditationapp
@GASSHO.meditationapp 4 жыл бұрын
Amazing!!!!! Thanks so much.
@marianaagra5474
@marianaagra5474 9 ай бұрын
Amazing tutorials!!!
@Bwalde
@Bwalde 3 жыл бұрын
What a magician for the novice!!!
@naaifzakariye5985
@naaifzakariye5985 4 ай бұрын
The best teacher thanks you for clear explanation
@NetNinja
@NetNinja 3 ай бұрын
Glad it was helpful!
@Malte.Z
@Malte.Z 4 жыл бұрын
Great tutorial, im german and i have to set the speed of the vid to 0,75 to understand what you are saying but i really get the meaning of your words.
@corty9836
@corty9836 4 жыл бұрын
thank you for everything
@imonion13
@imonion13 2 жыл бұрын
Hi... loving these tutorials. One question: what option or plugin do I need to enable the vertical guide lines that group functions' bodies?
@michaelmcelligott5074
@michaelmcelligott5074 Жыл бұрын
@6:45 As a few people have said, Flutter now REQUIRES you to set an onPressed attribute for the FloatingActionButton, and you'll get an error if you don't. For the sake of this tutorial, you can just set this to null, so that the button won't do anything but will still show up. This would look like: floatingActionButton: FloatingActionButton( onPressed: null, child: Text('Click'), in your Android Studio editor. Happy programming!
@prashantganji5424
@prashantganji5424 2 жыл бұрын
Thanks, Man!
@chin8477
@chin8477 3 жыл бұрын
awesome lecturer , thanks for help~
@murtajaziad
@murtajaziad 4 жыл бұрын
Thank you so much!
@hurried_coder404
@hurried_coder404 3 жыл бұрын
Man Tutorial Perfecto!!!!!!!!!!
@jagritbhupal5836
@jagritbhupal5836 4 жыл бұрын
Thank you Sir.
@DanaKurdi
@DanaKurdi 4 жыл бұрын
Thank You .
@bkentffichter
@bkentffichter 2 жыл бұрын
As someone who has used xaml for years, hopefully someone will create a markup language for this. I can't imagine editing this once you have some crazy tree.
@MrRynRules
@MrRynRules 4 жыл бұрын
Thank you!
@nithinjoseph7927
@nithinjoseph7927 4 жыл бұрын
best programming teacher
@learn2444
@learn2444 4 жыл бұрын
wow thanks for your help sir
@arklan7
@arklan7 4 жыл бұрын
U got a new subscriber!!
@manjulareddy2294
@manjulareddy2294 4 жыл бұрын
Awesome,extrodinary,excellent,superp,wonderful,amazing
@SKILLMANDI
@SKILLMANDI 3 жыл бұрын
well explained
@jsceo
@jsceo 3 жыл бұрын
i love they way you saying "rather", sounds like kitten growl
@azgartar
@azgartar Күн бұрын
Hey Net Ninja, thanks for this awesome tutorials. How do you get the horizontal lines in your indentation guidelines.
@zaheemschemnad5377
@zaheemschemnad5377 2 жыл бұрын
Thankyou!
Flutter Tutorial for Beginners #6 - Colours & Fonts
10:43
Net Ninja
Рет қаралды 547 М.
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 57 МЛН
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 127 МЛН
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 14 МЛН
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 296 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 852 М.
Tech Gadgets I Actually Like
21:41
Snazzy Labs
Рет қаралды 12 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,1 МЛН
Flutter Tutorial for Beginners #8 - Images & Assets
6:53
Net Ninja
Рет қаралды 583 М.
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 420 М.
Flutter Tutorial for Beginners #1 - Intro & Setup
12:06
Net Ninja
Рет қаралды 2,9 МЛН
Stateless vs Stateful | Flutter Example
6:45
Learn Flutter with Me
Рет қаралды 17 М.
COLUMNS & ROWS • Flutter Widget of the Day #03
4:29
Mitch Koko
Рет қаралды 29 М.
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 57 МЛН