Thank you. this tutorial helped me to build my login page for my college project
@DesiProgrammer4 жыл бұрын
Hindi Video Tomorrow ♥
@Neerajkumar-xl9kx2 жыл бұрын
wow, i barely comment on videos, but this one is awesome
@AbhishekKumar-gg6ox3 жыл бұрын
Hello, I have three textformField in my app screen, I want the error should be checked only when I focus on any of the textformField, rest should be normal.
@vishalmakam72912 жыл бұрын
Good explanation
@Youssef-kl6cg3 жыл бұрын
Easy explanation, easy implementation. Thank you it works perfectly !
@palakpandey13763 жыл бұрын
Hello sir can we implement voice and video call in flutter like in Facebook ?
@bluman3163 жыл бұрын
sir how an we clear the form once login button is pressed?
@shanmugamn17663 жыл бұрын
If I enter the password and press the login button it will show print("validate "); why the email is not throwing an error?
@youssefbenouiran72623 жыл бұрын
thank you so much i learned a lot
@danimanabat57913 жыл бұрын
Thank you!
@tauflife3 жыл бұрын
Thanks! Quick question, I've made a form with a lot of TextFormFields and I'm having trouble actually saving all the values when I hit the save button. Any tips? Do long forms require some sort of delay to read in all the values?
@demodemo94292 жыл бұрын
Validation_forms
@indranil2962 жыл бұрын
Well explained. Loved it.
@varunlohade3833 жыл бұрын
Thank you so much
@lemonyth3 жыл бұрын
I thank you.
@xenusk83 жыл бұрын
Excelente video! Gracias 😊
@shivarambhatta4 жыл бұрын
i have a proplem with length of string while we set >6 then while i click within 5 word show the message at least 6 character but while i click 6th character it was error what's the problem i can't understant.
@nikhilpatil87984 жыл бұрын
I like you channel name thats awesome
@mual774 жыл бұрын
Nice.... Thank you very much
@sagarparigi18843 жыл бұрын
nice content.
@mohamedsabah48932 жыл бұрын
why validate want required null check(!)
@radovankljestan87934 жыл бұрын
Nice job!
@anshumanmishra18653 жыл бұрын
what's name of this vscode theme
@zsports7783 жыл бұрын
How we change Border color defult is red
@AshishKumar-dl2mc4 жыл бұрын
I need help, this validate function change the decoration from round border to rectangular border when I don't pass any value
@AbhishekKumar-gg6ox3 жыл бұрын
Use enabledBorder property
@deniztb41924 жыл бұрын
where is the code!??
@Himricks4 жыл бұрын
it says "message": "The named parameter 'validator' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'validator'." plz help me
@aswathyrajan86604 жыл бұрын
How to correct this?
@Himricks4 жыл бұрын
@@aswathyrajan8660 ok you can simply correct it by calling validate() function inside Onpressed() . It worked for me.