Good morning recruits! I'm finally happy announce the new FlutterFire v2 course is live! Use this code to take 30% off a PRO membership ibTd664q fireship.io/courses/flutter-firebase/
I would love to but this f*cking problem with windows 11, ryzen, wsl2 and android studio is killing me! Can I sue someone for not allowing me to create an app that will earn me millions of $$ ?!
Jeff, 12 months ago I started closely following your content. I worked on side projects, I started a routine and I learned how to learn, all from your videos. To top this year off I scored a role as a software engineer at an awesome company, a job that I thought would always be beyond me. Today I signed up for lifetime access to fireship pro, to say thanks. But to also pay it forward, so you can keep putting out content and empower others like you did me. Thanks again mate, all the best.
@@buuuba7022 I have a degree. The only thing its useful for is to help get your first job. Your on-the-job experience quickly supersedes any knowledge you got from your degree.
@@robertpietraru1939 the render object is the object that actually does the layout and painting of ui on screen. Widget is just the settings or parameters for the render object
I love how you just blast through the important stuff and avoid unnecessary bla bla. Just what i want. 12 minutes densely packed with pure knowledge. Amazing video.
every time literally every time I learn a new technology I keep tripping until I see your video about it and suddenly everything makes sense . you have no idea how much you helped, from the bottom of my heart thank you soo much
You are amazing. I'm supposed to learn flutter for an internal project and you just made what initially felt like a mountain look like an ant hill. May everything you desire come easily to you
5 minutes in and I’ve learned more than I have all month on other tutorials and courses. Your teaching style is RELATABLE while so many others are so dry. Glad I clicked!
I started my end of Masters work experiance 8 months ago choosing to take Flutter to make an app for them, now i have a job there doing it for multiple platforms! I learnt java before and it was an easy learning curve. Great video learnt lots of tips, hero widget!
i guess knowing Java really helps you understand Flutter better, I started my Java coursework this semester at college and also am working on flutter, it jus amuses me how much of the java concepts are actually present in Flutter, makes my job easier!
I've trawled UA-cam for Flutter videos, this alone is better than any I've looked at and they have all been 1 - 8hr video. Hoping you have more like this once I'm done with this one. Thank you!
Man, this video really helps me grasp what Flutter is about. I've been reading n watching other flutter docs n tutorials but wow this just clicks me in right away. I would just need to watch this a few times to get the concepts n tips sink in better.
Hey, I'm thinking of learning Flutter from tomorrow. I'm completely new to coding. I don't know anything. I just wanna know how was ua journey and what do you think abt Flutter at this point. any suggestions?
I am just 5 :20 into this video and I am super impressed with how you have done this video. Super easy to follow and explains just about everything I wanted to know.
Really glad more devs are taking Flutter seriously. After starting with it 2 years ago, it became my favorite framework. Now that it's ready for web, i'm transitioning from using a JavaScript stack completely.
I don't know why I came to watch this even when I know all these basics and I am already working on a Flutter project! Maybe because I am addicted to this channel.
Thanks for the video, very nice! I finished it not in 12mim, but in 2-3 hours (installations, set up the system, coding along, searching documentation etc). I think that to me more comfortable witj flutter I have to learn dart.
So, if you saw him transition quickly from the Stack component and he used the Align widget to have the Icon centered, you'll notice the icon wasn't centered on top of the red square Container, but centered to the middle of the screen. This is because the Stack component took the size of it's parent which is the body of the scaffold. So, the Icon was centered to the Stack, which was not constrained to the size of the container. Just something I saw in the video that flashed but might have confused some people.
Man, God knows that I get excited when I see that you posted something. Anything. I just watch it and watch it again and I enjoy it. Your work is one of the reasons I open UA-cam multiple times a day even within working hours...
This video is perfect. I have been looking for so long for a video like this, that tells you how to start your app and it's up date!! thank you *subscribe*
I started learning flutter 2 about a week ago, and this video comes out. Thanks for bootcamp. I really like the framework and animations that comes bundled with it, but I hate the deeply nested widgets. I didn't know about formatting benefits of optional commas. The tutorial I was following doesn't use them so I never bothered experimenting with them. I need to start using them from now on. Ironically I prefer using semi-colons in javascript even though people tells me not to use them.
@@edoardoremondini3221 Udemy course on flutter 2, unofficially acquired. Course is decent but focuses only on framework features, it didn't focus on stuff like project structure, code guidelines etc.
Self taught myself Flutter in early 2019, never thought it would so popular now lol I would've stuck with it this whole time instead of doing React Native
I'm genuinely amazed at how quickly I became proficient with Flutter. Dart is very nice, the documentation is (usually) better, and making a UI doesn't feel like swallowing a bag of rusty bolts and nails. Prisma has a Dart package, and I'm going to try it out using a local SQLite DB.
This morning I was sad that your other tutorial was a bit outdated and here we go, google helplessly around the web for a couple hours and there you come with a new awesome tutorial! Great stuff, keep it coming!
Hey nice video, it took me to your course, I bough the course and I'm following it it is really nice I just wanted to point out that I faced my first flutter red screen following this video, the issue comes because the code that appears in the time 10:21 shows that the first screen begins with a MaterialApp, then when using the navigation you'd be getting an exception saying "Navigator operation requested with a context that does not include a Navigator". The solution for me was calling the runApp passing the StatelessWidget of my app (MainScreen) wrapped with the MaterialApp thus MainScreen starts with the Scaffold widget that actually has the navigator in the context: void main() { runApp(const MaterialApp(home: MainScreen())); } Thanks for sharing the video!
Damn man! That was so much needed!I will definitely be doing your full course. Being a backend developer primarily I don't want to juggle with mastering different javascript frameworks like React and Angular. I want to learn one framework that handles all ui be it android or web! Flutter seems to be the one for me!
PyTorch/Tensorflow in 100 seconds (or even Beyond 100 seconds) It'd be nice to make tutorial for fullstack ML application, like emotion detection in real time 🔥
He has a video where he explains some of this stuff on his second channel (Second channel: Jeff Delaney, video: How I make Videos for Programmers). Btw: the code appears in Chunks because he deletes the different code pieces in reverse and when he records them he uses Crtl + Z to show them on the screen piece by piece. Hope I could help you and have a nice day :)
Good morning recruits! I'm finally happy announce the new FlutterFire v2 course is live! Use this code to take 30% off a PRO membership ibTd664q fireship.io/courses/flutter-firebase/
@my_yt_channel PayPal works for single courses. DM me and I can setup manual access via PayPal
How many hours of course material is in full paid version?
Can't find any place to set the 30% off code :(
@@josueorozcoaltamirano7101 login and select a course.. then it should be there in the checkout below the Credit Card info.
does the quiz app in FlutterFire course include CRUD operations with firebase??
"To get good at it you'll need to stop watching youtube and start building something"
*True*
This is such an important advice that so many people don't realize they need.
I would love to but this f*cking problem with windows 11, ryzen, wsl2 and android studio is killing me! Can I sue someone for not allowing me to create an app that will earn me millions of $$ ?!
@@HandledToaster2 exactly for real he's talking to me
@Given ye true for development Linux is the best bet
and for anything in programming mostly
Jeff, 12 months ago I started closely following your content.
I worked on side projects, I started a routine and I learned how to learn, all from your videos. To top this year off I scored a role as a software engineer at an awesome company, a job that I thought would always be beyond me.
Today I signed up for lifetime access to fireship pro, to say thanks. But to also pay it forward, so you can keep putting out content and empower others like you did me.
Thanks again mate, all the best.
That's awesome, congrats! It'll put your investment to good use :)
Man, I have that situation like you :)
Can you share more how you learned
You are not a software engineer unless you have a degree to back it up, you are just a programmer.
@@buuuba7022 I have a degree. The only thing its useful for is to help get your first job. Your on-the-job experience quickly supersedes any knowledge you got from your degree.
Literaly nailed the "certificate" thing🤣... "i watched 12 minute UA-cam video"..... u are really my FAV tech dev out there... and then u do this🤣
yea hahah
I'm adding this to my resume
12:08 almost most useful 12 minutes in my flutter development career.
It have revived a lot of missed concepts
True, I'll start refractoring my app after that.
This 12 minute course is better than so many 12 hrs course 🥵🤣
For sure...
OK so what is a render object
@@yaminnather521 LOL
@@yaminnather521 What is it?
@@robertpietraru1939 the render object is the object that actually does the layout and painting of ui on screen. Widget is just the settings or parameters for the render object
I love how you just blast through the important stuff and avoid unnecessary bla bla. Just what i want. 12 minutes densely packed with pure knowledge. Amazing video.
every time literally every time I learn a new technology I keep tripping
until I see your video about it and suddenly everything makes sense .
you have no idea how much you helped, from the bottom of my heart thank you soo much
You are amazing. I'm supposed to learn flutter for an internal project and you just made what initially felt like a mountain look like an ant hill. May everything you desire come easily to you
Yoo. I am in the same thing now ....can u tell me how u learned flutter , I am feeling lost on where to start
5 minutes in and I’ve learned more than I have all month on other tutorials and courses. Your teaching style is RELATABLE while so many others are so dry. Glad I clicked!
@fireship, I loved this concept of 12 minutes bootcamp. please create more videos like this. and you channel will be loved even more 😍.
I am thinking about making a "basic training" series like this for other topics - if people want it...
@@Fireship Yeah Why not It is best to learn from best 🔥🔥
@@Fireship YES
Offcourse, please you will be blessed
@@Fireship 😁also provide those certificates as pdf...
Can submit for appraisal...
Man I can't wait to get that 12 Minute Certification
Now i have 12 years of experience in flutter and Dart, Thank you so much
Bro, literarely searched for Flutter tutorials like 3 minutes ago and here you go! :D
This is the prove that he actually is a wizard
I'm telling you, this man knows our every thought
you are wizzard harry
i love the way your tutorial line up all code in one file to simplify the complex ideal of how widget call in or include.
now I have +7 years of experience at flutter after watching this video.
Watching this video is at least worth 1 line on your resume.
the comments is a refrence for 10-year-experience developers .
Smart tip: press F5 instead of running "flutter run" in terminal. This way, when u save hot reload runs automatically!
I started my end of Masters work experiance 8 months ago choosing to take Flutter to make an app for them, now i have a job there doing it for multiple platforms! I learnt java before and it was an easy learning curve. Great video learnt lots of tips, hero widget!
i guess knowing Java really helps you understand Flutter better, I started my Java coursework this semester at college and also am working on flutter, it jus amuses me how much of the java concepts are actually present in Flutter, makes my job easier!
I've trawled UA-cam for Flutter videos, this alone is better than any I've looked at and they have all been 1 - 8hr video. Hoping you have more like this once I'm done with this one. Thank you!
Man, this video really helps me grasp what Flutter is about. I've been reading n watching other flutter docs n tutorials but wow this just clicks me in right away. I would just need to watch this a few times to get the concepts n tips sink in better.
To the point. Started learning flutter yesterday. Glad I have seen this video today. Coming from Javascript and react background, this feels at home
Just started learning flutter. This was really helpful.
Hey, I'm thinking of learning Flutter from tomorrow. I'm completely new to coding. I don't know anything. I just wanna know how was ua journey and what do you think abt Flutter at this point. any suggestions?
No wonder. This 12-minute video takes me 1 hour to follow. It's pretty nice, thank you. Now I can print the certificate and frame it on my wall.
I watch all his videos, because he makes videos that give you a create feel for the code in a very short period of time.
Praise this man for saving us time
Thank you for saving me hours of time to get the basics on flutter.
My favorite 'Flutter Teacher'! Learned a lot from you sir, keep it up!
I am just 5 :20 into this video and I am super impressed with how you have done this video. Super easy to follow and explains just about everything I wanted to know.
why do i all of a sudden have the confidence to go for it.
thanks for not scaring me away from something i want to learn.
Thanks, I’m now adding flutter app development to my resume
Really glad more devs are taking Flutter seriously. After starting with it 2 years ago, it became my favorite framework. Now that it's ready for web, i'm transitioning from using a JavaScript stack completely.
I think flutter is amazing next gen framework. Really really smart stuff everywhere I look.
Flutter for the front end and Python or Go for the back end makes programming really fun.
@@kellymoses8566 is flutter for the web really ready for production? I found the loading times quite long, did I do something wrong?
@@Randomdude-i8x Flutter for web is absolutely not recommended in production right now.
@@lucasguimaraes7041 thanks, but can you elaborate?
Thank god, I invested my time and effort at right place. ❤️
My motto forever will be: "Create awesome sh*t like Fireship!" ...everything on this channel is so good!
I don't know why I came to watch this even when I know all these basics and I am already working on a Flutter project!
Maybe because I am addicted to this channel.
Thanks for the video, very nice!
I finished it not in 12mim, but in 2-3 hours (installations, set up the system, coding along, searching documentation etc).
I think that to me more comfortable witj flutter I have to learn dart.
I'm currently migrating from Xamarin and this framework totally blows my mind
im just amused how good modern day frameworks are. Imaging the old days typing everything up and draw the widgets
So, if you saw him transition quickly from the Stack component and he used the Align widget to have the Icon centered, you'll notice the icon wasn't centered on top of the red square Container, but centered to the middle of the screen. This is because the Stack component took the size of it's parent which is the body of the scaffold. So, the Icon was centered to the Stack, which was not constrained to the size of the container. Just something I saw in the video that flashed but might have confused some people.
happened to me
What awesome concept is this short video! Thank you bro!
Man, God knows that I get excited when I see that you posted something. Anything. I just watch it and watch it again and I enjoy it. Your work is one of the reasons I open UA-cam multiple times a day even within working hours...
With ur certificate i can now apply for senior flutter dev. Many thanks
this is a micro bootcamp and more importantly a motivational video for the most of us, loved it! thank you!
Good and understandable tutorial. THANKS
As always, absolutely brilliant. More content than other guys creating hours of tutorials. Big thanks. Keep this great work up please!
I just started learning flutter today
and here is the video.
He has a unique power to scan everyones brain
Similar thing happened for me almost 4 times...
I watched this course on 1.5x and completed it in 8 minutes. 🎉
holy shit this is some of the best content i've ever seen in my life
Muito bom, Resumiu basicamente 40 horas de aula em alguns minutos. Vlw mano
You're a gift to humankind 🙏🏿
One of The best video I ever watched for flutter. THANKS
As someone who learn faster by knowing what the heck to learn by steps this is soo much helpful than many of the courses I follow.. thank you so much
one of the best introductory videos out there
This video is perfect. I have been looking for so long for a video like this, that tells you how to start your app and it's up date!! thank you *subscribe*
The most productive 12 minutes I've ever seen
You saved me thanks a lot. i was struggling to where to start learning flutter me as a web developer
Goodness, you're incredible at explaining things
I started learning flutter 2 about a week ago, and this video comes out. Thanks for bootcamp. I really like the framework and animations that comes bundled with it, but I hate the deeply nested widgets. I didn't know about formatting benefits of optional commas. The tutorial I was following doesn't use them so I never bothered experimenting with them. I need to start using them from now on. Ironically I prefer using semi-colons in javascript even though people tells me not to use them.
Which tutorial are you following?
@@edoardoremondini3221 Udemy course on flutter 2, unofficially acquired. Course is decent but focuses only on framework features, it didn't focus on stuff like project structure, code guidelines etc.
I like how when I need it fireship makes a tutorial the next day.
Dude I need to learn flutter for my new job xd. You have incredible good timing.
Dude, this is awesome. Thanks!
And your course is only $20, thank you even more! :))
Self taught myself Flutter in early 2019, never thought it would so popular now lol I would've stuck with it this whole time instead of doing React Native
I spent 4 weeks learning rn and now i see this 😂😂😂
Damn it
I converted to flutter ❤
Its freaking amazing
Definitely checking out the full course
Great! This is one video a person can watch to get the full taste of working with flutter (though not its capabilities).
I like such videos.
I thought I was in there for hours
Really good content man
I'm genuinely amazed at how quickly I became proficient with Flutter. Dart is very nice, the documentation is (usually) better, and making a UI doesn't feel like swallowing a bag of rusty bolts and nails. Prisma has a Dart package, and I'm going to try it out using a local SQLite DB.
Thanks man, this 12mins just saved my life!
This was awesome!! much better than those big courses for beginners which are never finished and we never got a certificate ;)
Watching it at 2x speed... Now it's a 6 minute bootcamp 😎
Need a new certificate
Fireship is the only channel on UA-cam that I have to watch at 0.75 speed to understand anything
This morning I was sad that your other tutorial was a bit outdated and here we go, google helplessly around the web for a couple hours and there you come with a new awesome tutorial! Great stuff, keep it coming!
Thank you for this comprehensive tutorial, it helped much
You i feel like i should have seen this video first before starting my project. Very helpful. thanks
Hey nice video, it took me to your course, I bough the course and I'm following it it is really nice
I just wanted to point out that I faced my first flutter red screen following this video, the issue comes because the code that appears in the time 10:21 shows that the first screen begins with a MaterialApp, then when using the navigation you'd be getting an exception saying "Navigator operation requested with a context that does not include a Navigator".
The solution for me was calling the runApp passing the StatelessWidget of my app (MainScreen) wrapped with the MaterialApp thus MainScreen starts with the Scaffold widget that actually has the navigator in the context:
void main() {
runApp(const MaterialApp(home: MainScreen()));
}
Thanks for sharing the video!
Thanks this helped me!!! :)
I got lost here though I get it working, I didn't understand why it was needed but hey, thanks!
thanks a lot
You got me hooked. Downloading the SDK...
Amazing quality in just 12 minutes. Really impressive, Keep it up 😁😁😁
Damn man! That was so much needed!I will definitely be doing your full course. Being a backend developer primarily I don't want to juggle with mastering different javascript frameworks like React and Angular. I want to learn one framework that handles all ui be it android or web! Flutter seems to be the one for me!
Yeah and how did that go?
Thank you so much Fireship for creating such a helpful and an interesting Tutorial.
@Generic PC for free?
i used flutter about 2-3 year ago, except of new state managements i think everything is the same and i like it
Thanks very much. I got cert by watch it 3-4 times
You must reach 1M before the end of the year :)
I hope you make a video about dependency injection and mvvm in flutter . I love the way you present .
Flutter is freedom. Love. Trinity and Neo. Red Pill.
Adding senior flutter dev in my resume brb!
This is awesome man! This video teaches what some courses teach in a week!
PyTorch/Tensorflow in 100 seconds (or even Beyond 100 seconds)
It'd be nice to make tutorial for fullstack ML application, like emotion detection in real time 🔥
Basic revision! Time for diving deeper :)
build half of my app based on your video. thanks
Thanks for this tutorial. I learn so much from it. You are my mentor :)
This is much better than those 36 hours long dull courses
I want to build a simple dept managing app this was a smooth start. Thanks for the certificate btw :D
I love how mush this loves his mom! Moms are the best!
That certificate goes right into my CV: Professional flutter developer
I am officially a Lifetime Fireship Pro member! :D
Fireship I gotta say, this is a really good video. Keep it up :)
Hey Jeff,
Can you make a video on "how to make UA-cam videos?"
Your video looks amazing not sure how you manage the code appears in chunks in vscode.
He has a video where he explains some of this stuff on his second channel (Second channel: Jeff Delaney, video: How I make Videos for Programmers). Btw: the code appears in Chunks because he deletes the different code pieces in reverse and when he records them he uses Crtl + Z to show them on the screen piece by piece.
Hope I could help you and have a nice day :)
Here you go:
ua-cam.com/video/N6-Q2dgodLs/v-deo.html
Pretty sure he writes the code, then Ctrl Z until it's blank, then Ctrl Y to put the code back.
fireship is the GOAT 🐐 🔥AAA content multiple times a week ! Ill happily renew my membership every month you're awesome keep up the good work !!
HAHAHAHHA "That's pretty cool but there is no time to celebrate" made my day😂
Is the link on the description is safe??
Soo much in just 12 minutes of video. 🔥🔥
The randomColor() part tripped me up
Almost 1million ... lets go 💪