Flutter Widgets: FormField and Custom Form Widgets

Поделиться
HTML-код
  • Опубликовано: 17 ноя 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!

  • @ettoma
    @ettoma 3 года назад +2

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

  • @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

  • @abdirahmanabdullahi7984
    @abdirahmanabdullahi7984 5 месяцев назад

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

  • @fredtma
    @fredtma 2 года назад

    Brilliant, thank you

  • @pietervdw
    @pietervdw 3 года назад +4

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

  • @agustinbjr
    @agustinbjr 11 месяцев назад

    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

  • @juanamayaduarte8975
    @juanamayaduarte8975 Год назад

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

  • @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.

  • @juanamayaduarte8975
    @juanamayaduarte8975 Год назад

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

  • @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