Your video good dude keep rocking 👍🏻 Difference between Textfield and Textformfield is validation 1) In Textfield we use controller to handle everything and for validation also we controller. 2) In Textformfield we use validator method to validate the input data. If you use single Textfield box then you can use Textfield. If you requirement is big then you can use Textformfield.
Although it is not necessary to wrap TextFormField with Form, but to use the validator property, you need the _formKey and to use the _formKey, you need the Form
Your video good dude keep rocking 👍🏻
Difference between Textfield and Textformfield is validation
1) In Textfield we use controller to handle everything and for validation also we controller.
2) In Textformfield we use validator method to validate the input data.
If you use single Textfield box then you can use Textfield. If you requirement is big then you can use Textformfield.
TextField cant have a validator.
Thanks dude, I have been looking everywhere for something like this!!!!!
Ayo dude thank you so much, just needed this as a quick refresher
Although it is not necessary to wrap TextFormField with Form, but to use the validator property, you need the _formKey and to use the _formKey, you need the Form
Very clean & brief
Thanks, i think you deserve get more subscriber
Thank you very much sir u expained most of things related to text input...Thanks a lot...Subscribed to ur channel
LIFEEEE SAVEEEER very simple and very well explained
It is a great tutorial!! Thanks for sharing!!
You are a Gem man keep it up the good Work
thanks for this ! very helpful
is there any to get a value from api and set text in text form field
Thanks a Lot sir for this tutorial... It really helped me a lot. Keep up your great work. YOU earned a subscriber.. Thanks Again
very clear explanation thanks
how can I change the color of the text that the user is writting?. is always black while typing and for a dark mode is not useful.. thanks!
it is very helpful sir, thank you sir i learnt a lot from it sir
how to get textfield value after clicking keyboard's done button?
Thanks, it was very helpful, but I still can't decide which one to choose for the Login/Sign up form. could you please help me with that?
what do you mean?
are you using as extension for the lines showing in your editor for proper indentation ?
No. its default indentation shortcut on Android Studio. Ctrl/Cmd + Alt/Option + l
thank you very much
You Deserves A subscibe!!
Sir, Could you share video about Splash Screen. During display of splash screen how can we perform background operations
thank u very much, you help me a lot
you solved my problem so thanks a lot *hat down*
Very useful 👍👍👍
Plz improve voice
very helpful
Oh Thanks!!!! You are angel
Can we change the position of the maxLength attribute to the left side instead of the right side?
You've done a great job but you missed one point i.e. 'required' (we use this in HTML forms)... how to achieve that in flutter?
There is no attribute for that. But you can achieve that by using TextFormField, inside validation check for empty check.
@@CodeAndroid yup did that already...👍🏿
please how i can put scores to game in text view with sqlite database and kotlin?
Bro how to save that textfield's data in sql database
nice video, bro
Thanks♥♥
Hii sir your video is ossum please proceed your course in flutter
show more about obsecureText, because it says it not defined.
Suscribed!
u god thx
Explain sample projects bro
if a want textinputcontroller for a double ?
No. Use textfield uses only string as it's datatype. Even though we enter number in that. You can conver that string to double.
alguien tendra este extension text field para Kodular?
how to take input like
hi
hello
hello
Thanks bro its working...❤❤❤❤❤❤
play at 1.5x , Thanks me later
Bro you're the best
It is very disturbing and annoying when you stretch last word of sentence.
Which place, can you share the timing in the video.
@@CodeAndroid Last word of every sentence.
Hey please try to come to point why the hell are you decorating all that
6:25
are you using any extension for showing the lines for proper code formatting & indentation ?
No. Android studio does the indentation when you press controll/command + Alt + l
ohk thanks