Flutter Widgets: FormField and Custom Form Widgets

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 13

  • @brenoverissimo3846
    @brenoverissimo3846 2 роки тому +1

    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!

  • @abdirahmanabdullahi7984
    @abdirahmanabdullahi7984 4 місяці тому

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

  • @agustinbjr
    @agustinbjr 10 місяців тому

    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

  • @ettoma
    @ettoma 3 роки тому +2

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

  • @pietervdw
    @pietervdw 2 роки тому +4

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

  • @juanamayaduarte8975
    @juanamayaduarte8975 11 місяців тому

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

  • @juanamayaduarte8975
    @juanamayaduarte8975 10 місяців тому

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

  • @fredtma
    @fredtma 2 роки тому

    Brilliant, thank you

  • @carlosgallo8917
    @carlosgallo8917 2 роки тому

    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

  • @quicksketch1617
    @quicksketch1617 2 роки тому

    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.

  • @Vietbillvn
    @Vietbillvn 2 роки тому +2

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

  • @mangkepweng3741
    @mangkepweng3741 2 роки тому

    I find this tutorial very complicated