💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko FLUTTER AUTH PLAYLIST: 1 • 📱 Modern Login UI • ruclips.net/video/Dh-cTQJgM-Q/видео.html 2 • 📱 Email Login & Logout • ruclips.net/video/_3W-JuIVFlg/видео.html 3 • 📱 Email Sign Up • ruclips.net/video/qlVj-0vpaW0/видео.html 4 • 📱 Google Sign In • ruclips.net/video/1U8_Mq1QdX4/видео.html Here's the SOURCE CODE for this UI • github.com/mitchkoko/ModernLoginUI/ Everything in Flutter is a widget so if you need more understanding on individual widgets, check out my.. WIDGET OF THE DAY PLAYLIST • ruclips.net/p/PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd also.. CONNECT WITH ME ON TWITTER • twitter.com/createdbykoko I hope this helps you ✌🏾❤
I'm a beginner in flutter code and in coding too. I'm searching for a good flutter tutor at last I have discovered the best one. Thanks for your videos. it is super understandable even a very beginner like me. Thanks a lot.
I just started making my first mobile app for my application and everytime I youtube a tutorial for an aspect of the app your always there, I thank you for these clean and simple videos!
To prevent pixel overflow you forgot to wrap the login UI Center with SingleChildScrollView widget, so I did. Thanks for this neat tutorial, and please continue this series. Peace Out !
I started mobile and web development ayear ago with your tutorials. Today im a semi pro with flutter bloc and i go back to perfect my UI with your tutorials. Data is expensive in South Africa but i would love to share my knowledge one day when i get paid for my work.
Hey, is there a future for Flutter app development in 2025 and the coming years? I’m worried that if I complete my Flutter app development course, it won’t be valuable, like when I learned HTML and CSS but moved on because web development was declining due to AI technology!!!
@@I_am_T00FAN honestly i don't know much about the future of flutter but i think you should go on with your flutter development. because you will get job opportunuties or people want you to develop them an app for example
Hi, I like your tutorial, especially because you explain the reason why you code something that way. For a beginner like me, this background explanation is very important to understand the code. And I also like your calming voice. It helps to concentrate and to relax (makes coding fun). Thank you very much.
Tip: You can write widgets without immediately specifying them as const and then when you're done press Ctrl + . and click on the suggestion to add const everywhere in the file. Where appropriate of course.
thank you sooo much Mitch! this small example helps me very much in kicking off my project for my company website! cheers! can't wait to view the other vids. thanks for the git files too!!! so helpful my friend!.. johnny
Thank you! This is the first tutorial in which I actually understand as I follow along! I run into a slight problem though. I use an android emulator. The screen looks fine but if I press into the input boxes, a large keyboard shows up in the emulator and it then says that there are overflowing pixels
I solved it by wrapping the column with SingleChildScrollView in the Login page and also use the option resizeToAvoidBottomInset: false in the Scafold. here is the code: Widget build(BuildContext context) { return Scaffold( resizeToAvoidBottomInset: false, backgroundColor: Colors.grey[300], body: SafeArea( child: Center( child: SingleChildScrollView(
question: doesnt using sized boxes a lot makes the UI hard coded for only one screen size? meaning if the app is opened in a smaller device, it will have overflow?
one small comment, Ive seen in various places that is better to have the assets folder in the root folder of the app, meaning not inside the lib folder, but one level up.
How do I fix the "Error: Unable to find git in your PATH." error while trying to run my program. I have tried configuring the program path on my launch.json file but to no avail. Do help
Could you make a tutorial on how to extensively use sizer (the package) to really design responsively? Maybe this is a bad suggestion. I just don't know how to design for various phone sizes...
Hi, your videos are always great, but I have noticed your videos are coming slowly. Before you provided a grocery app store video that was awesome please create more videos like that in provider.
hey there! i know that it's kinda old video, but maybe smbd can explain how can I make the edges of a text fields more rounded? the borderRadius is giving me mistake );
It was causing issue of when we try to type in android because keyboard comes up and this is not slidable so i used the listview instead of Columns and it fixed the problem
Hi Mitch.. very nice. I am new to futter and dart and i am trying to follow and copy what you do. Somehow I have this error on the main page at row 15 The argument type 'LoginPage' can't be assigned to the parameter type 'Widget?'. What did I not do, what I should have done? thx
Outstanding content bro! I just wanna ask since I'm a beginner in literally everything that I've watched, I just wanna know how do you project or output the changes realtime with a phone like what you just did there? Thanks in advance!
did you study at a university to learn programming or are you self-tought? I'm currentky in the early stages of my learning and i cant decide whether i want to go through a university or self teach. also great tutorials, by far the best i have seen
I did do a bit of computer science at uni BUT i would say basically everything for me is self taught. I think youtube/internet has better value than a university. The only good thing about University is the social aspect of it
Hi Mitch ... I'm thinking of adding a Microsoft login for Firebase users ... Would you have or know of a tutorial covering this please? I'm finding myself stuck at a basic place bc the instructions seem to be for Kotlin and Java rather than Flutter.
Hi Mitch, thank you for this tutorial you have produced, I am going through it now ... Something that has struck me is that Flutter hasn't asked you to wrap the Scaffold due to a No MediaQuery widget ancestor ... Could you understand why? ... If I don't wrap with a MaterialApp the compile procedure fails.
what is the app or software you are using that is showing the iphone screen at the left?? can you mention that please and please tell if there is any such software for androids
hello, nice tutorial, again and again! I don t understood (I am beginner) how you did empty fields (email,password..) to be empty when you return to loginPage. maybe you can help me with a word.. Thank you.
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
FLUTTER AUTH PLAYLIST:
1 • 📱 Modern Login UI • ruclips.net/video/Dh-cTQJgM-Q/видео.html
2 • 📱 Email Login & Logout • ruclips.net/video/_3W-JuIVFlg/видео.html
3 • 📱 Email Sign Up • ruclips.net/video/qlVj-0vpaW0/видео.html
4 • 📱 Google Sign In • ruclips.net/video/1U8_Mq1QdX4/видео.html
Here's the SOURCE CODE for this UI • github.com/mitchkoko/ModernLoginUI/
Everything in Flutter is a widget so if you need more understanding on individual widgets, check out my..
WIDGET OF THE DAY PLAYLIST • ruclips.net/p/PLlvRDpXh1Se5LTJZDrUF9h1_1AT4Raxjd
also.. CONNECT WITH ME ON TWITTER • twitter.com/createdbykoko
I hope this helps you ✌🏾❤
beginner hand book is free? I need it. how to do get it? pls help me.
I'm a beginner in flutter code and in coding too. I'm searching for a good flutter tutor at last I have discovered the best one. Thanks for your videos. it is super understandable even a very beginner like me. Thanks a lot.
Welcome ❤️❤️
I just started making my first mobile app for my application and everytime I youtube a tutorial for an aspect of the app your always there, I thank you for these clean and simple videos!
Hey my pleasure 👨🏽💻❤️ good luck making your first app!! That’s exciting and definitely a big moment!! 🍾🍾
The definition of "coding like a pro". Great tutorial thanks!
To prevent pixel overflow you forgot to wrap the login UI Center with SingleChildScrollView widget, so I did. Thanks for this neat tutorial, and please continue this series. Peace Out !
Oh you are right i forgot that!!!!! I’ll have to add it in the next video
How to do?
06/2023 - Set resizeToAvoidBottomInset to false in Scafold
@@khawan5534 GOD!
I started mobile and web development ayear ago with your tutorials. Today im a semi pro with flutter bloc and i go back to perfect my UI with your tutorials. Data is expensive in South Africa but i would love to share my knowledge one day when i get paid for my work.
I am from Lesotho bro and a Junior developer strugling with a final year project, I think your knowledge will benefit a lot of people🙏
You are just brilliant at explaining things in such a short time! Thank you for your efforts and constantly producing great content!
Aye ur words mean a lot to me ❤️
@@createdbykoko No problem, you are a life saver for us noobs :D
i've never seen such a neat, elegant, simple tutorial thank you man🥳
Hey, is there a future for Flutter app development in 2025 and the coming years? I’m worried that if I complete my Flutter app development course, it won’t be valuable, like when I learned HTML and CSS but moved on because web development was declining due to AI technology!!!
@@I_am_T00FAN honestly i don't know much about the future of flutter but i think you should go on with your flutter development. because you will get job opportunuties or people want you to develop them an app for example
You are to good to follow , explanation =>perfect, content => clear, thank you for this
glad it helps you :)
@@createdbykoko fighting for it too😉
Your videos are very understandable thanks to your completely clear explanation and canonical and clean code. THANK YOU SO MUCH THIS IS VERY RARE.
Haha my pleasure! Glad it helps you 👨🏽💻❤️
Excellent tutorial, straight forward and concise! Easy to follow for a Flutter beginner though I wish I could type as fast as you can 😉
Hi, I like your tutorial, especially because you explain the reason why you code something that way. For a beginner like me, this background explanation is very important to understand the code. And I also like your calming voice. It helps to concentrate and to relax (makes coding fun). Thank you very much.
No problem, your words mean a lot to me! Welcome 💜
Nice design and component concepts...looking forward to more videos of this nature
More to come 👨🏽💻❤️
Danke!
Tip: You can write widgets without immediately specifying them as const and then when you're done press Ctrl + . and click on the suggestion to add const everywhere in the file. Where appropriate of course.
That was awesome! I am a flutter newbie and now I feel confident after watching your videos. Keep doing it ❤
Congratulations you earned another subscriber .🎉🎉🎉
again and again excellent job from mitch ! Thnx for the tutorials love u brother
my pleasure bro
Man your tutorials are very clean, thanks a lot
I'm having fun coding some projects with flutter and mongoDB
Fantastic tutorial. Love the minimal design
Your voice is great, I'm building an app and I have the feeling I'm going to be seeing all of your videos
Awesome design my friend!
You are talented
Thanks ron appreciate it :D how's flutter going for u so far?
@@createdbykoko Really really good, always learn new things, thanks ☺️
this is one smooth tutorials.. i just adopted the components parts, write clean codes now
"Let's decorate the shit out of this" lol my guy!👌🏾
😅😅😅
thank you sooo much Mitch! this small example helps me very much in kicking off my project for my company website! cheers! can't wait to view the other vids. thanks for the git files too!!! so helpful my friend!.. johnny
THANK YOU SO MUCH FOR THIS VIDEO, IT HELPED ME A LOT
Glad it helped!!!!!! What are you making :P
Amazing tutorial buddy! Thanks for this!
Amazing! Thank you very much for this.
Awesome vid, keep up the good work.
will do :D
Thank you! This is the first tutorial in which I actually understand as I follow along! I run into a slight problem though. I use an android emulator. The screen looks fine but if I press into the input boxes, a large keyboard shows up in the emulator and it then says that there are overflowing pixels
I solved it by wrapping the column with SingleChildScrollView in the Login page and also use the option resizeToAvoidBottomInset: false in the Scafold. here is the code:
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomInset: false,
backgroundColor: Colors.grey[300],
body: SafeArea(
child: Center(
child: SingleChildScrollView(
Thanks for the great tutorial.
I look forward to Google sign in.
Comin very soon 👨🏽💻❤️
Awesome! I`m from brazil and i`m learning a lot with your videos
🇧🇷🇧🇷⚽️i love ur country
Keep up the good work. Learned a lot from u.
👨🏽💻❤️glad u like it
very clean looking UI
Thanks muhammad! How’s flutter going for u so far?
@@createdbykoko so far so good. Thank you for your flutter tutorials. Keep uploading ;)
Great Videos and such an interesting series , These are very helpful . I hope I can use it in for my upcoming project assignments.
question: doesnt using sized boxes a lot makes the UI hard coded for only one screen size? meaning if the app is opened in a smaller device, it will have overflow?
one small comment, Ive seen in various places that is better to have the assets folder in the root folder of the app, meaning not inside the lib folder, but one level up.
Yeah i noticed that too. But don’t think it’s that big of a deal either way
Let's decorate the $#!% out of it 🤣
HAHAHAH oops 😂😂😂😂
@@createdbykoko Happens to all of us 😁
Lmao 🤣
lol he shocked me with that 😂
very helpful contents from this channel. Thank you for sharing. learning a lot from you.
glad to help 💜!
Brow...
Im excited about this, really...
Can we slow down a bit cos I'd want to soak it all in...
You're the best.
Thanks bro. Your tutorial help for learn flutter.
No worries brother! How is flutter going so far? Welcome to the flutter world hahah
I've learned a lot from your video thank you
Amazing video man, i appreciate you
💜
How do I fix the "Error: Unable to find git in your PATH." error while trying to run my program. I have tried configuring the program path on my launch.json file but to no avail. Do help
Thank You. Please keep sharing.
Great tutorial!
Could you make a tutorial on how to extensively use sizer (the package) to really design responsively? Maybe this is a bad suggestion. I just don't know how to design for various phone sizes...
Thank you, you are the best.
wonderful, really good
stopped at 9:45
i hope u came back to continue
How to make component files with stateful widget? The variable are always undefine
helped a lot!!! thankss
Hello Mitch, do you have a video on how to implement real Payment with flutter strip?
Not yet but that’s definitely on my list to do
Keep a good work
Thanks Aulia! 👨🏽💻❤️
hi, Awesome video, I have a doubt here, what is function ()? ontap; Here what does ? used for after ( )
This will explain ruclips.net/video/HeJN45xIK3o/видео.htmlsi=O7Gy-V9i6qa574bD
i would like to see, auth for when user put wrong email, same email as firestore or wrong password
Hi, your videos are always great, but I have noticed your videos are coming slowly. Before you provided a grocery app store video that was awesome please create more videos like that in provider.
Haha i’ll try to produce more and more! Especially like the grocery app. Thanks for commenting Ghulam❤
REALLY ELEGANT!!! GREETINGS FROM PERÚ
can you make a video on phone authentication with otp plz
hey there! i know that it's kinda old video, but maybe smbd can explain how can I make the edges of a text fields more rounded? the borderRadius is giving me mistake );
Nice tutorial. When are you dropping the authentication part?
in the coming days
thanks for the tutorial☺☺
Hey how do you make video for showing the phone devices.
❤nice and brilliant
It was causing issue of when we try to type in android because keyboard comes up and this is not slidable so i used the listview instead of Columns and it fixed the problem
can you make a tutorial to build a simple chat app with back end
THANKS MAN!!!
Cool Sir its nice sir also Make Us Phone Auth and send OTPs in this series
Noted ❤
awesome, thank you.
no worries!
Hi Mitch.. very nice. I am new to futter and dart and i am trying to follow and copy what you do. Somehow I have this error on the main page at row 15 The argument type 'LoginPage' can't be assigned to the parameter type 'Widget?'. What did I not do, what I should have done? thx
Outstanding content bro! I just wanna ask since I'm a beginner in literally everything that I've watched, I just wanna know how do you project or output the changes realtime with a phone like what you just did there? Thanks in advance!
hello sir please given the lecture of publish the app in google play store...
I can but there are already good youtube videos about this topic i think?
Sir I fellow you not others please 🙏 🙂 😔 sir one video plzz
나는 당신의 모든 디자인을 사랑합니다❤
❤🇰🇷
@@createdbykoko RUclips 동영상 중 하나를 사용하여 chatgpt를 내 앱에 통합하려고 했지만 지금은 멈췄습니다. 메시지를 보낼 수는 있지만 응답이 없습니다. 도와주실 수 있나요?
🥺🥺
folowed along and still have bottom overflow with the last row
did you study at a university to learn programming or are you self-tought? I'm currentky in the early stages of my learning and i cant decide whether i want to go through a university or self teach. also great tutorials, by far the best i have seen
I did do a bit of computer science at uni BUT i would say basically everything for me is self taught. I think youtube/internet has better value than a university. The only good thing about University is the social aspect of it
Oh i see , thats good to know. how did you decide on choosing flutter over native languages like swift?
@@JaedanKennaway haha the fact that Flutter is cross-platform is a big plus for me. I want to publish apps for android + iOS :)
When would you use rows for the textfields instead of using sized boxes? Is there an advantage to place each textfield in a separate row?
dube, adding const and removing its a bit confusing when a beginner follow you and don't make you good teacher
sorry i will try to be better for u
@@createdbykoko Thank you
Where's the next part of logging in
Which extension used for colors intensity?
Hi Mitch ... I'm thinking of adding a Microsoft login for Firebase users ... Would you have or know of a tutorial covering this please? I'm finding myself stuck at a basic place bc the instructions seem to be for Kotlin and Java rather than Flutter.
I've seen more options under Federated Identity + Social Sign-in ... So I'll try some more now : )
Turns out to be quite simple after all. Now done : )
can you add this to an existing project? or will it change the entire layout of the existing project?
Hi Mitch, thank you for this tutorial you have produced, I am going through it now ... Something that has struck me is that Flutter hasn't asked you to wrap the Scaffold due to a No MediaQuery widget ancestor ... Could you understand why? ... If I don't wrap with a MaterialApp the compile procedure fails.
what is the app or software you are using that is showing the iphone screen at the left?? can you mention that please and please tell if there is any such software for androids
great video but bro how many ads did you put on this
Can we get flutter web designs too/ responsive designs.
as always, awesome tutorial. also, can't help but notice, do you really type with just one hand? omg 2:33. :D
Really good
Hi, can you please tell me how you made the phone appear like you do? I'm a total begginer...
10:04?? Can someone explain how the container took the whole width of the screen without specifying a width and height property??
up.
yooo bro i got it, because widget container is child of column
thank you bro regreats from Peru
bro are you typing with one hand??!!! 🤯😳
Love it
Hello friend, how do you make the 3D animation of the phone so that it rotates and then the characteristics of your app appear?
I am a big fan of yours, no offence but the screen isn;t responsive, LOVE FROM INDIA❤
I need your beginner handbook. how to do get it?
Could you do a node.js tutorial? Thanks
hello, nice tutorial, again and again! I don t understood (I am beginner) how you did empty fields (email,password..) to be empty when you return to loginPage. maybe you can help me with a word.. Thank you.
Mate You Are My Mentor
wassuppp fenil
@@createdbykoko Fan 😏
I didn't know how to do this wrap with safeArea
It didn't give me that option with wrap with
'wrap with widget' is the option. and type 'SafeArea' yourself
I want you to code a chat app or shochue from start to up. Will Apstow be it?
Hello bro, sorry am kinda new to this can you help me know how to add the phone simulator like the way you have done