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!
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
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
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.
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!
Found you through Reddit, will stick around to see more 😄
Same...
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
Where can I get the code please so I can follow up?. Thanks for the content. I really appreciate it
Brilliant, thank you
Great content. Thank you very much! If possible, please post links to the source code.
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
Validation isn't working for me, guys. Could you please help me?
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.
Hi, mate. I have a question. Why don't you use a TextEditingController?
It will be better if you have a project Github link. Anyway, thank you so much.
I find this tutorial very complicated