Spent the whole day searching for flutter courses. Stuck to this one because you made it so simple. Most courses dont even explain what the widgets really do. Thank you
@@MuskaanKhan.31 I had the same problem. What I did was that I created my flutter app in vscode. If you check at the bottom panel theres a tab showing available devices. You can connect an actual phone to your laptop via usb cable and it will appear in the available devices list. If its not there, you will have to make some settings changes in your phone. You can check a tutorial for it on yt how to use real phone for flutter in vscode. If you want I can send the link here
@@Tushar_995 are you learning flutter I am creating an app for airline pilots to train for their radio telephony language. For that, in app, there will be home page in which there will be list of 50 questions. After clicking each question, the new page will open. On new page, there will be three tabs. On first tab, there will be question. On second tab, there will be speech to take. On which user will say his call on which the reply will be fetched from dialogue API which will be printed on 3rd tab there will be 50 questions like this and the description of each question on first tab of every question so every time when the user will scroll down the homepage list next questions will load.
TRULY APPRECIATE THAT YOU SPENT THE FIRST HOUR JUST SHOWING HOW THE UI PIECES FIT TOGETHER before dropping in to the details of coding. Nobody else bothers to give big picture stuff, so most people tell you what to type, but without understanding why, which they can't seem to conceptualize is important, the what is almost wasted for learning. GREAT JOB!!!
Huge tip of advice: In Visual Studio code if you go to the gear icon bottom left > settings > Text Editor > Formatting > check off "Format on Save" Having this setting on will Auto-format your flutter code every time you save, it's a life saver. Loved every bit of the tutorial but did struggle in the 2nd half. Mitch was super-fast so as a beginner to flutter I did have to slow down the video to half speed. I'd look back at my code to check something and he'd already have two lines of code in. All in all amazing tutorial! Thank you!
This guy is genius. Honestly, I bought a flutter course on Udemy and the dude just could not get the concepts across the way you do. He made it seem so out of reach, not as beginner friendly as I hoped. And he has the highest rating for Flutter course on Udemy. Thanks man, subscribed.
same happened to me, the guy explains like 4 ways of doing stuff and gets into really complicated stuff very early. maximilian is called, its not bad, just kinda confusing
@@axlkurt oh yeah, that’s the exact same guy. He over explains stuff to the point it gets confusing, you’re not talking to dummies for crying out loud. I would have bought Angela Yu’s flutter course because she’s an amazing teacher, but the reviews says she hasn’t updated her flutter course in a while. Hey 100 days of coding and Web development courses are 10/10 though.
I have learnt flutter in 2022, didn't use it since then and eventually forgot the concepts, i wanted a short and quick video to refresh my previous flutter knowledge, this video really helped me out. Thanks!
1:41:22 for anyone having problems at this part with their slidable not working in the present time, you have to increase the "flutter_slidable" version to the latest one as the other dependencies have also been upgraded. for example "flutter_slidable ^3.1.0" instead of the 1.2.0 he used. Hope this helps
First: love Koko's tutorials! So good. Using the latest slidable, ^3.1.1, and after trying several older versions, I couldn't get this to work. I had to edit the slidable src/notifications_old.dart by commenting out this.... // @override // int get hashCode => hashValues(tag, ratio); There doesn't appear to be any function called hashValues.
Thank you for this. You're a phenomenal creator and instructor. Doing this - while making it accessible and free is the most insane benefit to the community and I couldn't personally commend you enough for doing so. Appreciate you, Mitch!
I started to learning flutter in 2021 but couldn't proceeded because of some personal reasons. Yesterday I started to learning again and luckily come across your tutorial. I'm sure after this tutorial I'll be able to create my own app and publish it to the play store. Love this tutorial. Everything to the point. No time wasting
This COURSE IS AWESOME, the other courses on youtube are either too old , or just not the introduction you'd look for, This however was the perfect blend of practical knowledge and detailed explaination. Thank you so much for this!
This is a fantastic tutorial. I did a computer science degree 20 years ago and have not programmed since as I went immediately into teaching and now homeschool my kids. This is such a great introduction back into coding…so well taught! We are working on a homeschool app project and have chosen Flutter so hopefully will have it complete by the end of the year and your course will have certainly been a great help!
This is exactly how I learned PHP 17 years ago. I read a 72 page pamphlet with extremely concise explanations just like your video here. I've been looking for something like this for a couple of years now. Just the basics and important tips and leaving the rest for us to discover. Thank you very much Mitch. I am extremely excited to give this a try.
This course is genuinely good like for reals. Almost every other tutorial out there jump right into making a project assuming "well that's the best way to teach someone flutter, by making projects" meanwhile I just copied whatever code they provided and couldn't understand anything (I tried going through line-by-line, but whenever it was my turn to code I just couldn't figure out anything). Its genuinely a terrible way to teach someone a platform cause there will be so many special functions and edge cases that you won't even understand unless you go through a gradual process. Your video finally made things click in my head like now I finally understand the basics. Things like setState, layouts etc. were very puzzling for me before
For all the newbies like me who had installed Flutter but had no idea how to open their first Flutter project xD, here's how it goes assuming you use Visual Studio: Launch Visual Studio Code and open the command palette (with F1 or Ctrl+Shift+P or Shift+Cmd+P ). Start typing "flutter new". Select the Flutter: New Project command. Next, select Application and then a folder in which to create your project.
I landed a flutter dev job just by watching and implement what I learn from you, Just in a period of 7 months I start learning from your videos and create small application and improve my self, now I can consider myself as a very good flutter developer I can create a fully functional e-commerce apps. Thanks a lot Mitch ♥♥♥
@@wiki4672 I really tried to learn Flutter and almost all the tutorials are cramped and it didn't give you anytime to understand things meanwhile this video let's you really understand the concepts of Flutter while also understanding Dart at the same time.
"Thank you so much for your incredible Flutter tutorials! I've been struggling with a paid course that hasn't been helpful, but your videos have made everything so much clearer. Your explanations are easy to follow, and your content is really engaging. I appreciate the time and effort you put into creating these tutorials. Keep up the great work!"
This course has genuinely helped me a lot, your explanation is exceptional and pretty straight forward. That's 2 apps in the bag for my portfolio. God Bless you Mitch!
@@tempzin1 glad you like it! I made this because I had trouble understanding other tutorials too when I first started haha. I wish you the best of luck in your app dev journey ❤️
Thank you very much bro! I am a .net maui developer and learning flutter in our company, i found it so understandable and fully understood mvu concept and widgets, in just 2 hours, i followed every minute of it. I have no choice but to follow up each of your videos and watch. Thank you! thank you!!
This has got to be one of the best introduction tutorials on a developer tool I have ever seen on RUclips. Well structured and a great balance between pace and clarity. Very easy to follow the general concept and specific syntax of Dart and how to get started, regardless of project. Well done. Thank you!
So I just got my first job thanks to ur video. We were asked to make a certain app as a test and after watching this video, I was able to craft it well enough to show my capability. Thanks a lot.
It took me around 3 weeks to watch this tutorial while following through, I'm finally done! thanks Mitch for giving me the foundations to become a Flutter developer!
@@adrianCoding that’s amazing great job!!! 3 weeks is honestly pretty quick! Haha there is a lot of information packed into this video so you will be digesting it over many years. I hope it gave you a good starting point 👍🏽 i wish you nothing but the best on your coding journey ❤️😛
Excellent course i was searching for good flutter course glad i found your channel and this course finished non stop at one go quite simple yet powerful explanation
Hey Mitch! Thank you so much for investing your time in such an amazing and insightful tutorial. Spending 2 & a half hours on this tutorial was sufficient for a beginner like me to grasp the fundamentals of flutter and to comprehend all associated elements. Keep posting :)
React Native is easy for me since it's basically JavaScript and I come from ReactJS. But also exploring Flutter as it seems the better option for cross platform apps.
Thank you for this video Mitch and your whole RUclips Channel! It really helped me to build my mobile app for social media content creator (My Wave App)! I also had to look into your other videos about UI, login, API etc. Thanks a lot for demystifying mobile app development. Cheers
you are crazy good, I am good at Python but I always wanted to start learning flutter but I'm not too fond of documentation and other videos made me not start but you are very very good man, thanks for helping me start
Hey @Mitch, I am a big fan of your work and love your style. I have even bought some of your things. I just wanted to say that I do disagree with something you said here in the beginning. This video can replace a boot camp or an online course on mobile dev but not computer science. As a lifelong computer science person, I know that CompSci is so many things such as computer architecture, formal logic, compiler construction, operating systems, and programming among many others. Programming/coding happens to be very useful for the industry hence it has become lucrative. Love your work! thanks again :)
Conteúdo incrivel! Parabéns! Já programo em Dart/Flutter, mas faço questão de dar atenção a vídeos voltados a iniciantes pois sempre me relembro de algum detalhe
just to be clear this is a great video and you do not need to go to school for 4 years to learn computer science but we do learn a lot more than this in computer science and in most cases it is worth it to get your degree
Thank you for this explanation easily understanding the concepts Mitch!, Three years of learning you have just explained in just 30 mins😅. Once again thank you a lot..!
Do a complete guide on firebase, from start to finish, would be grateful. I haven't seen a decent video on the internet on this topic, I believe you can do it
This video is perfect to escape tutorial hell! Only the bare basics to get you familiar with the framework and get started with actual development. Thanks!
Really good tutorial, some constructive critisism for future tutorial/explenation type videos is perhaps try to slow down the jumping around and typing a tiny bit as it can be a bit hard to follow for new people. But really a great tutorial, something to be proud of.
Wow, this video was incredibly insightful! I've been diving into Flutter and your explanations were so clear and helpful. Thanks for sharing your expertise, it's made a real difference in my learning journey! 👍👏
Thank you 🥺 koko bro you make this video i am waiting from a long time but i covered most of the topics of basics please also make for intermediate learners ❤❤💛💛
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
I use Windows, can I use the Android emulator for the tutorial above, please answer, thank you
@@osvaldoardiles2510 yes ofc
Spent the whole day searching for flutter courses. Stuck to this one because you made it so simple. Most courses dont even explain what the widgets really do. Thank you
Hey bro if you are practicing flutter
I have app idea but my laptop is not good enough to run Android studio and emulator so will you help me
😅😊
@@MuskaanKhan.31 just do it in vs code and use only emulator from android studio
@@MuskaanKhan.31 I had the same problem. What I did was that I created my flutter app in vscode. If you check at the bottom panel theres a tab showing available devices. You can connect an actual phone to your laptop via usb cable and it will appear in the available devices list. If its not there, you will have to make some settings changes in your phone. You can check a tutorial for it on yt how to use real phone for flutter in vscode. If you want I can send the link here
@@MuskaanKhan.31 I have a good laptop ! What are you planning ? 🤔
@@Tushar_995 are you learning flutter
I am creating an app for airline pilots to train for their radio telephony language. For that, in app, there will be home page in which there will be list of 50 questions. After clicking each question, the new page will open. On new page, there will be three tabs. On first tab, there will be question. On second tab, there will be speech to take. On which user will say his call on which the reply will be fetched from dialogue API which will be printed on 3rd tab there will be 50 questions like this and the description of each question on first tab of every question so every time when the user will scroll down the homepage list next questions will load.
TRULY APPRECIATE THAT YOU SPENT THE FIRST HOUR JUST SHOWING HOW THE UI PIECES FIT TOGETHER before dropping in to the details of coding. Nobody else bothers to give big picture stuff, so most people tell you what to type, but without understanding why, which they can't seem to conceptualize is important, the what is almost wasted for learning. GREAT JOB!!!
I'm glad it helps you :)
Huge tip of advice: In Visual Studio code if you go to the gear icon bottom left > settings > Text Editor > Formatting > check off "Format on Save"
Having this setting on will Auto-format your flutter code every time you save, it's a life saver.
Loved every bit of the tutorial but did struggle in the 2nd half.
Mitch was super-fast so as a beginner to flutter I did have to slow down the video to half speed. I'd look back at my code to check something and he'd already have two lines of code in.
All in all amazing tutorial! Thank you!
This guy is genius. Honestly, I bought a flutter course on Udemy and the dude just could not get the concepts across the way you do. He made it seem so out of reach, not as beginner friendly as I hoped. And he has the highest rating for Flutter course on Udemy. Thanks man, subscribed.
same happened to me, the guy explains like 4 ways of doing stuff and gets into really complicated stuff very early. maximilian is called, its not bad, just kinda confusing
@@axlkurt oh yeah, that’s the exact same guy. He over explains stuff to the point it gets confusing, you’re not talking to dummies for crying out loud. I would have bought Angela Yu’s flutter course because she’s an amazing teacher, but the reviews says she hasn’t updated her flutter course in a while. Hey 100 days of coding and Web development courses are 10/10 though.
+1 guys 😢
I have learnt flutter in 2022, didn't use it since then and eventually forgot the concepts, i wanted a short and quick video to refresh my previous flutter knowledge, this video really helped me out. Thanks!
1:41:22 for anyone having problems at this part with their slidable not working in the present time, you have to increase the "flutter_slidable" version to the latest one as the other dependencies have also been upgraded. for example "flutter_slidable ^3.1.0" instead of the 1.2.0 he used. Hope this helps
Thank you so much
Thanks, man. This just saved me a lot of time.
thanks!
thanks bro, i was having this issue
First: love Koko's tutorials! So good. Using the latest slidable, ^3.1.1, and after trying several older versions, I couldn't get this to work. I had to edit the slidable src/notifications_old.dart by commenting out this....
// @override
// int get hashCode => hashValues(tag, ratio);
There doesn't appear to be any function called hashValues.
Thank you for this. You're a phenomenal creator and instructor. Doing this - while making it accessible and free is the most insane benefit to the community and I couldn't personally commend you enough for doing so. Appreciate you, Mitch!
You changed the way I look at flutter! The best course I've seen so far!
I started to learning flutter in 2021 but couldn't proceeded because of some personal reasons. Yesterday I started to learning again and luckily come across your tutorial. I'm sure after this tutorial I'll be able to create my own app and publish it to the play store.
Love this tutorial.
Everything to the point.
No time wasting
🤔 how its Possible with 2 hours video.
Because I already have degree in computer science. and this video clear almost all concepts relating flutter
@@sheshasaikummarikuntla7941
This COURSE IS AWESOME, the other courses on youtube are either too old , or just not the introduction you'd look for, This however was the perfect blend of practical knowledge and detailed explaination. Thank you so much for this!
@@jaskeeratsingh9929 my pleasure :) ❤️ good luck on your coding journey
This is a fantastic tutorial. I did a computer science degree 20 years ago and have not programmed since as I went immediately into teaching and now homeschool my kids. This is such a great introduction back into coding…so well taught! We are working on a homeschool app project and have chosen Flutter so hopefully will have it complete by the end of the year and your course will have certainly been a great help!
Nice! Glad it helps you :)
After countless tutorials over many years this is the best I've seen, so succinct and carefully planned 💯
leave tutorial hell and build
This guy taught me more in 30 minutes than my professors did in 2 years. Huge thank you!
@@sophiel7802 damn you’re learning flutter at university?
This is exactly how I learned PHP 17 years ago. I read a 72 page pamphlet with extremely concise explanations just like your video here. I've been looking for something like this for a couple of years now. Just the basics and important tips and leaving the rest for us to discover. Thank you very much Mitch. I am extremely excited to give this a try.
@@mikias great minds think alike ❤️ i wish u nothing but the best my friend :)
This course is genuinely good like for reals. Almost every other tutorial out there jump right into making a project assuming "well that's the best way to teach someone flutter, by making projects" meanwhile I just copied whatever code they provided and couldn't understand anything (I tried going through line-by-line, but whenever it was my turn to code I just couldn't figure out anything). Its genuinely a terrible way to teach someone a platform cause there will be so many special functions and edge cases that you won't even understand unless you go through a gradual process.
Your video finally made things click in my head like now I finally understand the basics. Things like setState, layouts etc. were very puzzling for me before
that's amazing haha. Glad it was helpful!
Respect to the author! These are the best Flutter video tutorials for beginners on all of RUclips! Thank you!!!
Appreciate it ❤️
For all the newbies like me who had installed Flutter but had no idea how to open their first Flutter project xD, here's how it goes assuming you use Visual Studio: Launch Visual Studio Code and open the command palette (with F1 or Ctrl+Shift+P or Shift+Cmd+P ). Start typing "flutter new". Select the Flutter: New Project command. Next, select Application and then a folder in which to create your project.
Thank you for this.
29:15 Bro just showed my 3 years of Computer Science in less than 15 mins LOVE IT!
I landed a flutter dev job just by watching and implement what I learn from you,
Just in a period of 7 months I start learning from your videos and create small application and improve my self, now I can consider myself as a very good flutter developer I can create a fully functional e-commerce apps.
Thanks a lot Mitch ♥♥♥
wonderful. congratulations.
A $1 fiver job to make a counter app, so good.
congratulations it worked successfully for you!!!!
???@@PaKa-kj3rj
Starting my Flutter adventures right here and now along with all of you guys with master Mitch cooking some smooth and delicious tutorials for us.
Dude! You really saved me. I was about to give up Flutter and this tutorial alone saved my life. Thank you so much for being understanding!
Why you wanted to give up? Any specific reason?
@@wiki4672 I really tried to learn Flutter and almost all the tutorials are cramped and it didn't give you anytime to understand things meanwhile this video let's you really understand the concepts of Flutter while also understanding Dart at the same time.
Best video on youtube about Flutter. Literally everything I need is here, like a cheatsheet. Thank you for making such a video :)
@@feyzaerturkmen5024 ❤️
"Thank you so much for your incredible Flutter tutorials! I've been struggling with a paid course that hasn't been helpful, but your videos have made everything so much clearer. Your explanations are easy to follow, and your content is really engaging. I appreciate the time and effort you put into creating these tutorials. Keep up the great work!"
This course has genuinely helped me a lot, your explanation is exceptional and pretty straight forward. That's 2 apps in the bag for my portfolio. God Bless you Mitch!
Thank you, unlike most other tutorials on youtube, you actually not only know what you are doing but you also know how to explain what you are doing.
@@tempzin1 glad you like it! I made this because I had trouble understanding other tutorials too when I first started haha. I wish you the best of luck in your app dev journey ❤️
Best online course so far!!!!, precise and straight to the point I recommend it to all Flutter beginners, keep up the good work Mitch...
only tutorial you will ever need to start building your own project. This is so great
❤️❤️❤️❤️
Very true
Very simple. Very comprehensive. Straight to business.
This covers almost every point any beginner should need. Thanks a lot, Mitch!
That is a really hi value flutter lesson. One of the best ive seen.
thank you so much for your support
Thank you very much bro!
I am a .net maui developer and learning flutter in our company, i found it so understandable and fully understood mvu concept and widgets, in just 2 hours, i followed every minute of it. I have no choice but to follow up each of your videos and watch. Thank you! thank you!!
My pleasure bro ❤️
SERIOUSLY THE BEST TUTORIAL ON FLUTTER!!! THANKS A LOT FOR THIS TUTORIAL MAN!!!!
❤️
This has got to be one of the best introduction tutorials on a developer tool I have ever seen on RUclips. Well structured and a great balance between pace and clarity. Very easy to follow the general concept and specific syntax of Dart and how to get started, regardless of project. Well done. Thank you!
Thank you soo much. Spent a lot of time searching for an intuitive course like this. You made everything simple for me
The demonstration was so easy and efficient that within a single day I was able to use Flutter for the first time and develop a basic application.
This is the best Flutter tutorial video which i have seen ever. It is step by step.
So I just got my first job thanks to ur video. We were asked to make a certain app as a test and after watching this video, I was able to craft it well enough to show my capability. Thanks a lot.
Congratulation!
SERIOUSLY, THE BEST TUTORIAL ON FLUTTER!!! THANKS A LOT FOR THIS TUTORIAL MAN
It took me around 3 weeks to watch this tutorial while following through, I'm finally done! thanks Mitch for giving me the foundations to become a Flutter developer!
@@adrianCoding that’s amazing great job!!! 3 weeks is honestly pretty quick! Haha there is a lot of information packed into this video so you will be digesting it over many years. I hope it gave you a good starting point 👍🏽 i wish you nothing but the best on your coding journey ❤️😛
@@createdbykoko thank you man, your tutorials are the best in the Flutter space
That's some honest contribution to this topic! We really appreciate your work man! Congrats!!
Excellent course i was searching for good flutter course glad i found your channel and this course finished non stop at one go quite simple yet powerful explanation
My POV: I'm a bit sleepy watching it, and you sound like a rapper or something. All of it is still worth it. Keep it up, and thank you so much, Sir
The best tutorial so far, every explanation is crystal clear
way of customizing their own button. I prepared this short solution to show
ruclips.net/video/_rarCxycuzA/видео.html
Great tutorial and the voice is so calm and clear its for radio voice. Nice job
Hey Mitch! Thank you so much for investing your time in such an amazing and insightful tutorial. Spending 2 & a half hours on this tutorial was sufficient for a beginner like me to grasp the fundamentals of flutter and to comprehend all associated elements. Keep posting :)
This is one of the best and intuitive Flutter tutorial out there. Kudos.
I'll be a Flutter Developer. I'm saying it here and I'll be back here when I finally do.
It was 8 months ago. How is your journey now?
@@DewidBieleckihe died
@@DewidBieleckiHe never came back
@@akshat_senpai I guess we'll never know
@@saketdhoke0302he died under mysterious conditions
Flutter is way simpler to use than react-native or this guy is a very good teacher.
React Native is easy for me since it's basically JavaScript and I come from ReactJS. But also exploring Flutter as it seems the better option for cross platform apps.
your voice is so calming and the video is super organized,, felt like im back with my preschool teacher teaching me what is ABC
@@furiyriy that’s the best compliment ever thanks ❤️
I really courius about how u think creative to build every single page in flutter.... It's so nice
Bro! Hands down best program explanation I’ve ever heard. You make these concepts absolutely clear.
My boy, I love you. In germany we say "Kuss auf Nuss", which basically means "Great work, thanks". :)
Excellent course. Keep it up!! Millions of thanks for making quality content free and accessible to all. ❤❤❤
Your video really helped me kickstart my flutter development journey, Straight to the point with clear instructions. Thank You so much.
@@ht_ghauri glad I could help ❤️☺️
Thank you for this video Mitch and your whole RUclips Channel! It really helped me to build my mobile app for social media content creator (My Wave App)! I also had to look into your other videos about UI, login, API etc. Thanks a lot for demystifying mobile app development. Cheers
you are crazy good, I am good at Python but I always wanted to start learning flutter but I'm not too fond of documentation and other videos made me not start but you are very very good man, thanks for helping me start
Thank you! I've been learning so much from your channel. Greetings from Brazil! 🇧🇷 🚀
Thank you , youtube should recomend this for every one who type ( flutter course )
Best tutorial I have ever come across
Hey @Mitch, I am a big fan of your work and love your style. I have even bought some of your things.
I just wanted to say that I do disagree with something you said here in the beginning. This video can replace a boot camp or an online course on mobile dev but not computer science. As a lifelong computer science person, I know that CompSci is so many things such as computer architecture, formal logic, compiler construction, operating systems, and programming among many others.
Programming/coding happens to be very useful for the industry hence it has become lucrative.
Love your work! thanks again :)
Great content! You've saved me hours of searching online for simple and obvious things that a Flutter beginner like me would have done. Thank you!
Conteúdo incrivel! Parabéns! Já programo em Dart/Flutter, mas faço questão de dar atenção a vídeos voltados a iniciantes pois sempre me relembro de algum detalhe
Mitch and Mike Dane = Best Coding Tutors 👌🏾
Very cool. But I wait for an intermediate or expert course 😊
@@mindblower113Nope Mitch's breakdown is easier to understand and get a fast grasp on the information given. Just saying duo 🤝🏾
@@mindblower113but its kinda confusing sometimes
@@vukasinsl1 yh but we would have to learn one way or the other
Thanks a lot for this training, You are amazing professor. I give You the like and new subscriber.👍
This is really awesome, I've been able to make a pretty good app after watching this for the past two hours.
Congrats!! ❤️
just to be clear this is a great video and you do not need to go to school for 4 years to learn computer science but we do learn a lot more than this in computer science and in most cases it is worth it to get your degree
Mitch, you are an excellent teacher. Thanks for this tutorial.
oh how i wish you're the lecturer at my school. really appreciate your channel, thankyou
They teach you flutter at school?
kind of, they teach basics and give us 1 final project.@@createdbykoko
This is a amazing course, even for someone that already made an app as a refresher. Thank you!
Thank you for this explanation easily understanding the concepts Mitch!, Three years of learning you have just explained in just 30 mins😅. Once again thank you a lot..!
Thank you so much Mitch. You don't know how many people you helped with this. You are amazing
This is hands down the most helpfull beginner course i've watched! thanks💯
Mitch, you're probably the best flutter teacher out there...keep it up my brother 👍👍👍
❤️
you helped me a lot! I was really lost, but watching this video made me enjoy coding on mobile. thanks :)
Do a complete guide on firebase, from start to finish, would be grateful. I haven't seen a decent video on the internet on this topic, I believe you can do it
We learn best by doing -absolutely correct
bro you are awesome man ... thank you for this course
This video is perfect to escape tutorial hell!
Only the bare basics to get you familiar with the framework and get started with actual development.
Thanks!
Great Class , i m about ot finish the video, great way to work
I am a java tech lead working at a startup. Not mine . I wanted to learn flutter to do a crossplatform app for my family business😍😍
I have never seen anything so awesome explained, fun to watch and eager to try! Thank you for this great course!
Thank you for this video. It is a great course, and it explains Flutter basics quickly and fluently.
one of the best flutter tutorials, simple and easy to understand ❤❤
Thanks for making this video. The most useful tutorial I have found online!
Great job! Your teaching is clear and simple. Thanks so much!
Appreciate your work, you just made my flutter journey so easy. Thank you
Really good tutorial, some constructive critisism for future tutorial/explenation type videos is perhaps try to slow down the jumping around and typing a tiny bit as it can be a bit hard to follow for new people.
But really a great tutorial, something to be proud of.
You are amazing, your work is great, congratulations. Endless Thanks
thank you for this course man, really appreciate it.
Ufff @mitch koko ,the most awaiting course is out know with any charges ❤😮
Really clear and perfect exploring the course content with proficiency of presenting , thank you
I'll be flutter develpoer and will back soon
This is what I needed, thank you a lot, subbed!
This is so useful and well explained. Thank you so much for creating this! 🙏
Wow, this video was incredibly insightful! I've been diving into Flutter and your explanations were so clear and helpful. Thanks for sharing your expertise, it's made a real difference in my learning journey! 👍👏
way of customizing their own button. I prepared this short solution to show
ruclips.net/video/_rarCxycuzA/видео.html
So excited for this. Thank you ❤❤❤😊
just one small correction. in your example using the 'C-style for loop': `for (i=0; i
Mitch, your guy is back . I see you are close to 100k sub.
Anybody watching this who isn't subscribed should subscribe.
Gem content up there
❤️❤️❤️
Finished watching and played around with the code . And that is as a great brush up. Thanks Mitch 👏
Excellent video tutorial with excellent explanation. Thank you, Mitch Koko.
My pleasure! I hope you make great apps :D
Thank you 🥺 koko bro you make this video i am waiting from a long time but i covered most of the topics of basics please also make for intermediate learners ❤❤💛💛