You can also set the resizeToAvoidBottomInset property of a Scaffold to false, in order to avoid the resizing of screen when opening the keyboard, it works when you don't need to scroll but want to have the screen fixed at one place. I still prefer CustomScrollView.
Teaching myself Dart/Flutter with zero coding background whatsoever. You’re videos make it feel like a much more easily achievable goal. Gained a subscriber from me!
Hey container's have a built in padding property so try to avoid using padding widget in the child of the container, makes the code cleaner. Also for the padding widget outside the container(parent widget) try using the margin property of the container instead. Finally you could achieve the same text fields with the decoration property of the textinput field without the need of a container as a parent widget.
thank you for the margin tip! I will definitely adopt that one. And yeah you are right about the decoration property in the textfields 😂 i was just lazy because im too familiar with the container decoration. Thank you for the feedback though it means a lot 👨🏽💻❤️❤️❤️
Bro!!! Your tuts are off the charts!! I have high hopes of getting so much better at flutter just following you chief. Thanks for all the work and God bless you!💗💗💗💗❣❤🔥❤🔥👍👍👍👍
That was great video mitch, really appreciate your work. Can you also include a darkmode version of the UI in your upcoming if possible? I can design a screen with good enough ui and ux but designing a same page for the darkmode feels redundant and time consuming. Would mean alot if you can make a video on theming a screen for both light and darkmode. Thankyou again man, your videos really helped me step-up my design game.
This is my favorite creator so far, simple and very clean coding. looking forward for your future video. i am learning flutter and following your video
This is really amazing. Please can you do a video on how to access different permissions on your phone like fingerprint auth, facial recognition, access to device files and contacts
Hey, thanks for the hard work u put in doing these videos for us, i appreciate, and i was asking for a favor, if u can create an Audio Playing app, but the Audio files should be from the server. I'll be glad to see u make it happen.
Hey Mitch, been following you for a while. Your video thumbnail is misleading. You don't show how to make that frosted glass UI with Google and Apple login options. A bit disappointed, but thank you for the tutorial on the simple login.
Hey I want to help but can you clarify your question? Also you might want to check out my next Login video, it may answer your questions ua-cam.com/video/TkuO8OLgvkk/v-deo.html 👨🏽💻❤️
I fall in love with ur video but when I practice as u did I get this error when entering the code for email textfield I expected to find ‘,’ is this an error of the vs code or am messing somewhere I can’t continue from there when I continue I get more error
Hi, can you please do one video on how to access native components like accessing camera to scan QR code, reading contacts, share on WebView page? Currently inside my flutter app it's rendering external webpages. Now, when user clicks on button on that webpage I would like to read/enable the above native components from that webpage. How can achieve this? Please advise!!
@@createdbykoko I made a function that using the BuildContext object you can retrieve for example the width of the screen with MediaQuery. You can also get the screen height the same way and get the safearea height with some subtraction. Try googling some of what I wrote here since I can't write it all out on my phone, many stackexchange threads on it. I'm developing for multiple devices and both tablets and phones, so for example a padding inset of 20 is fine on the phone but on a tablet it looks wrong obviously. Though maybe I'm over complicating which is why I ask. I'm new to flutter dev. But have seen similar in other applications. My basic idea is I just want things to size based on the width and height of the current screen. Am I on the right track?
@@createdbykoko not on login ui sorry i got it in on app intruduction when i write class Homepage and stuff and the website i forgot what its called lollei it was something like that those commands where i write these website completely says error the red line show up under both error i mentioned before
can u help me guys, i change the fontfamily using google font but not working? why? i already add google_font on pubspec and i already import but still not working, please help me guys
🥷🏽 FOLLOW ME
Patreon: www.patreon.com/mitchkoko/
Instagram: instagram.com/createdbykoko/
Twitter: twitter.com/createdbykoko/
TikTok: www.tiktok.com/@createdbykoko/
Make sure to Wrap your column in a singlechildscrollview to avoid an overflow error when the on-screen keyboard appears.
This is an amazing tip. Thank you
@HKS Seng No
I didn't know about it, thanks for commenting.
thank you, sir!
You can also set the resizeToAvoidBottomInset property of a Scaffold to false, in order to avoid the resizing of screen when opening the keyboard, it works when you don't need to scroll but want to have the screen fixed at one place. I still prefer CustomScrollView.
Dude I love your approach. No bs, straight to the point.
Teaching myself Dart/Flutter with zero coding background whatsoever. You’re videos make it feel like a much more easily achievable goal. Gained a subscriber from me!
haha glad it helps!! welcome :D
same here
Hey container's have a built in padding property so try to avoid using padding widget in the child of the container, makes the code cleaner. Also for the padding widget outside the container(parent widget) try using the margin property of the container instead. Finally you could achieve the same text fields with the decoration property of the textinput field without the need of a container as a parent widget.
thank you for the margin tip! I will definitely adopt that one. And yeah you are right about the decoration property in the textfields 😂 i was just lazy because im too familiar with the container decoration. Thank you for the feedback though it means a lot 👨🏽💻❤️❤️❤️
Bro!!! Your tuts are off the charts!! I have high hopes of getting so much better at flutter just following you chief. Thanks for all the work and God bless you!💗💗💗💗❣❤🔥❤🔥👍👍👍👍
No worries haha glad it helps
thank you so much ko ko, i started learning flutter with Mitch Ko Ko, 5,9,2023
Haha my pleasure bro. ❤️
Codes and whole video feels so clean. Subscribed !
welcome :D
Bro, thanks for the video. But which video is for setting up firebase on Android? I can't see it
Bro I am facing error while creating container to test field
If I click wrap with container for test field
It gives lot of error plz help me out
you're so talented bro
Glad it helped! 😛
Thank you! This is super helpful, as I'm learning Dart & Flutter :D
No worries 😉 glad it helps 👨🏽💻
Where the hell have you been all my life when i needed someone to help with Flutter,Your content is amazing ❤🔥
haha welcome. Btw i made a more updated login UI here ua-cam.com/video/Dh-cTQJgM-Q/v-deo.html
Thanks!
Wow Samuel thank you!!❤❤❤
Great video dude!!!!
That was great video mitch, really appreciate your work. Can you also include a darkmode version of the UI in your upcoming if possible? I can design a screen with good enough ui and ux but designing a same page for the darkmode feels redundant and time consuming. Would mean alot if you can make a video on theming a screen for both light and darkmode. Thankyou again man, your videos really helped me step-up my design game.
You can use the theme property for your MaterialApp widget, check it out
Check out the Theme in the material app. you can specify LIGHT or DARK there :D let me know how it goes
This is my favorite creator so far, simple and very clean coding. looking forward for your future video. i am learning flutter and following your video
This is really amazing. Please can you do a video on how to access different permissions on your phone like fingerprint auth, facial recognition, access to device files and contacts
i think he has this in his course already....maybe
thank you that helped a lot , greetings from Tunisia
WERE IS THE SETUP FOR ANDROID SIR PLEASE
Great channel, I've been looking for it for a long time
best tutorial on youtube ever
thanku! :D
I just fall in love with your videos, I am watching all your videos and loving it !!!!!
Hey welcome bro! 👨🏽💻❤️
Hey, thanks for the hard work u put in doing these videos for us, i appreciate, and i was asking for a favor, if u can create an Audio Playing app, but the Audio files should be from the server. I'll be glad to see u make it happen.
thanks for the comment :D I will look into that
@@createdbykoko thanks for your time... it means alot.
Hi , is this ui still work on others devices ? i mean in a small phone for exemple ! is the button will still appear in the screen
Thank you for your videos, amazing!
Wondering you would be able to share the source code for this or the end of this Firebase series.
i want master React and Flutter both technologies,
is it worth ?
how could i practice both ?
Fire tutorial as always.
thanks bro ❤️❤️❤️
Estimated Mitch Koko, could you make a tutorial showing how to use the phone's camera to scan barcodes?
Yes I was thinking of making a video about the camera scanning QR codes. might be similar for barcode
@@createdbykoko Ohhh nice, thank you so much
Nice video! It's amazing
How did you do when you change the class ClassName and all the sane ClassName changes when you edit the ClassName?
Amazing tutorial, you've helped me so much! and bonus your voice is so soothing
many thanks bro 🌷
can you make an email verification video!
I had bebasNeue inputted on the fonts, its already in pubspec and imported already but its not showing the same font as yours
same , what did you do?
Hey man,
Is your website created with flutter????
If yes... Can you please make a tutorial on animate on scroll 🙏🙏🙏🙏
Nice Work!
waiting for the next video, i really want to learn firebase from you
a lot of firebase stuff coming on the way!
Very simple and helpful ❤️
Thanks mohamed ❤️
thank you for your great effort. Loves from Egypt ❤
Thanks for the comment. Means a lot to me hehe. EGYPT!!! i love SALAH hahaha
Nice work!!. thank you
no problem ❤
hey can you tell me name extension how to choose background color
No extension Lukman, just go to the settings of VSCode and you can set the theme there
Dude you amazing 🔥🔥 keep going i like your work 👌
If i want to use TextFormField can i just simply change the TextField to TextFormField?
Hey, Really Nice video. Can I get the code link of this video ?
Oh thank you for sharing
you should use extract widgets because more clean code and you should get hintText and obscureText from outside
for example :
const Padding(
padding: EdgeInsets.symmetric(horizontal: 25.0),
child: _InputWidget(hintText: 'E-mail',),
),
const SizedBox(height: 10,),
const Padding(
padding: EdgeInsets.symmetric(horizontal: 25.0),
child: _InputWidget(hintText: 'Password', obscureText: true),
),
**********************************************
class _InputWidget extends StatelessWidget {
const _InputWidget({
Key? key, required this.hintText,
this.obscureText = false,
}) : super(key: key);
final String hintText;
final bool obscureText;
@override
Widget build(BuildContext context) {
return Container(
decoration: BoxDecoration(
color: Colors.grey[200],
border: Border.all(color: Colors.white),
borderRadius: BorderRadius.circular(10),
),
child: Padding(
padding: const EdgeInsets.only(left: 20.0),
child: TextField(
obscureText: obscureText,
decoration: InputDecoration(
border: InputBorder.none,
hintText: hintText,
),
),
),
);
}
}
Lovely, Thank you !
What hotkey do you use in vscode to automatically format with new lines and tabs?
Control + S = if you save it it automatically reformats for me
@@createdbykoko yeah that’s what it looked like. I guess I am missing some formatting setting in vscode
@@garretthaynes1994 try just updating VScode. I’m pretty i dont have any extra settings enabled
I found the “format on save” setting in vscode
I'm from Argentina. Thank so much for every video bro!!!
My pleasure! I was supporting argentina in the world cup but tough loss haha 🇦🇷🇦🇷🇦🇷❤️
Very helpful your video.Thank you brother❤
Happy to help❤
Great work bro
❤️ thank u achraf!!
What a great video, awesome how you did it look easy! thanks!
glad u like it alejandro! 💜 hows flutter going for you so far?
thumbnail and end result are not the same!
Thanks mate!
Hey Mitch, been following you for a while. Your video thumbnail is misleading. You don't show how to make that frosted glass UI with Google and Apple login options. A bit disappointed, but thank you for the tutorial on the simple login.
It's beautiful 😭
Brother, good job.......❤️
thanks Supun! glad you like it ❤️
Well done. Nice
good job👏
Thank you bro! it helped me a lot!
All your tutorials are the best!!!
Please Mitch Koko, You mind sharing the designs link to this UI?
thanks alot, it's easy to follow
Glad it helps bro
This video is master everyone love like this … he talk a little bit and coding immediately Good Course !!!!
Haha glad you like it 👨🏽💻❤️
loved it
Awesome! Thanks great!
No problemo
how to use on pressed in login section
Hey I want to help but can you clarify your question? Also you might want to check out my next Login video, it may answer your questions ua-cam.com/video/TkuO8OLgvkk/v-deo.html 👨🏽💻❤️
Perfect
@@Nanashi-rq7lk 😘
Thanks for your videos. Benefit a lot. And I really wanna know how to make the rotate animation of the mobile at the begin of the video.
Can you give me a tutorial on instagram login? Plzzzzzz.
yea sure. you want the instagram login UI?
@@createdbykoko brother, I do not understand.🤔
any tutorial for live phone in left side of your monitor?
I fall in love with ur video but when I practice as u did I get this error when entering the code for email textfield
I expected to find ‘,’ is this an error of the vs code or am messing somewhere I can’t continue from there when I continue I get more error
Is there a way to add a local jpeg, png, etc instead of Icon()?
Of course! You can bring in an image using this widget ua-cam.com/video/6TmpjwKX9AU/v-deo.html
Code?
Hello, wow nice design, can i get the github link please, if you won't mind?
Hi, can you please do one video on how to access native components like accessing camera to scan QR code, reading contacts, share on WebView page?
Currently inside my flutter app it's rendering external webpages. Now, when user clicks on button on that webpage I would like to read/enable the above native components from that webpage.
How can achieve this? Please advise!!
bro plzz can u telll me what u use to auto align the code
Why use padding margins etc when you can size the widgets based on the devices size. Is that a legitimate way to approach?
How would you do that?
@@createdbykoko I made a function that using the BuildContext object you can retrieve for example the width of the screen with MediaQuery. You can also get the screen height the same way and get the safearea height with some subtraction. Try googling some of what I wrote here since I can't write it all out on my phone, many stackexchange threads on it. I'm developing for multiple devices and both tablets and phones, so for example a padding inset of 20 is fine on the phone but on a tablet it looks wrong obviously.
Though maybe I'm over complicating which is why I ask. I'm new to flutter dev. But have seen similar in other applications. My basic idea is I just want things to size based on the width and height of the current screen. Am I on the right track?
@@The2Coolest2 oh I see, check out my responsive UI tutorial ua-cam.com/video/9bo1V9STW2c/v-deo.html
@@createdbykoko Thanks. Will do!
what are the flutter extension you use in VsC....when you select bunch of options come
i have alot of errors why?
What do the errors say?
@@createdbykoko not on login ui sorry i got it in on app intruduction when i write class Homepage and stuff and the website i forgot what its called lollei it was something like that those commands where i write these website completely says error the red line show up under both error i mentioned before
bro i love you bro so much
I've added a little feature where you can turn password visibility on and off, found from another tutorial.
isHiddenPassword = true
obsecureText : isHiddenPassword
InputDecoration(
suffixIcon: IconButton(
icon: isHiddenPassword == true
? Icon(
Icons.visibility_off,
color: Colors.grey,
)
: Icon(
Icons.visibility,
color: Colors.grey,
),
onPressed: () {
setState(() {
isHiddenPassword = !isHiddenPassword;
});
}),
border: InputBorder.none,
hintText: 'Password'),
not a good one, the next time make sure to include the creation of the loginpage in the tutorial too
This is the UI for the login page. Here is the next video which covers the functionality/backend ua-cam.com/video/TkuO8OLgvkk/v-deo.html
You are the best, bro
Yesterday I implemented this code it was working fine but now the data is not storing in the firebase may I know why plss Rply
Lovely bruh
More than Amazing Thank you.
nice!
❤️
Very helpful, Thanks
dont forget the "forget password ?"
nice tuto tho ty
Perfect 👍
Use "child: TextFormField" instead of "child: TextField" and you will see lots of warnings dissapear.
Thanks
❤️❤️🔥
❤️❤️❤️❤️❤️
Backgound music name please sir
Let me check
@@createdbykoko i am waiting 🥰🥰🥰
🚀🚀🚀🚀
can u help me guys, i change the fontfamily using google font but not working? why? i already add google_font on pubspec and i already import but still not working, please help me guys
What abt the thumbnail login screen ?
It’s here newer video: ua-cam.com/video/Dh-cTQJgM-Q/v-deo.html
Hii can u share the source code for firebase series..
Gosh! Why I wasted time learning android and WPF when i could just learn flutter...
First impression: commas everywhere lol
❤
When run in android, it's OK. but not run in the Windows Desktop. It's all about white screen.
Exception has occurred.
PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null))
@@fixitDart try this stackoverflow.com/questions/72880037/unhandled-exception-platformexceptionchannel-error-unable-to-establish-connec
say hi if you new to flutter in 2022
Haha welcome brother
@@createdbykoko thanks man