Flutter Widgets: FormField and Custom Form Widgets

preview_player
Показать описание
Content:

00:00 TextFormField
02:00 View Model
07:30 Email Field
13:00 Password Fields
14:28 Custom FormField
20:55 Focus Nodes
22:40 Form Submission

Рекомендации по теме
Комментарии
Автор

dude, this CustomFormField has helped me a lot. I'm new to Flutter and made a formField without it and was struggling to validate it and now I know that I have to basically rebuild it! Thanks!

brenoverissimo
Автор

Great video, very informative.
I'm trying to implement buttons that will help users navigate through some form fields, but I'm quite confused after reading the Focus class documentation (and related classes as well). I suggest another video with an example of how to navigate through those fields.
Kudos

carlosgallo
Автор

Found you through Reddit, will stick around to see more 😄

ettoma
Автор

Great content. Thank you very much! If possible, please post links to the source code.

pietervdw
Автор

Where can I get the code please so I can follow up?. Thanks for the content. I really appreciate it

abdirahmanabdullahi
Автор

Thank you. I was looking for a tutorial like this. I am trying tô validade two formfields of datepicker, and the Second can't be before the date i picked in the other field. If i select today date, the Second field have to be tomorrow not yesterday.

quicksketch
Автор

It will be better if you have a project Github link. Anyway, thank you so much.

Vietbillvn
Автор

Do you feel like the viewmodel can add unnecessary complexity to this workflow? Whats the drawback of not using it? It seems like a simple form that doesn't need it

agustinbjr
Автор

Hi, mate. I have a question. Why don't you use a TextEditingController?

juanamayaduarte
Автор

Validation isn't working for me, guys. Could you please help me?

juanamayaduarte