Video není dostupné.
Omlouváme se.

Flutter Forms Tutorial #5 - Text Form Field

Sdílet
Vložit
  • čas přidán 28. 05. 2024
  • In this Flutter Forms tutorial series, you'll learn how to manage state in a form within a Flutter application.
    🚀🥷🏼Get access to premium courses on Net Ninja Pro:
    netninja.dev/
    📂🥷🏼 Access the course files on GitHub:
    github.com/iamshaunjp/flutter...
    💻🥷🏼 Flutter Masterclass:
    netninja.dev/p/flutter-master...
    💻🥷🏼 Flutter Crash Course:
    • Flutter Crash Course #...
    🔗🥷🏼 VS Code - code.visualstudio.com/

Komentáře • 2

  • @christianmarpert3844
    @christianmarpert3844 Před 2 měsíci

    thks for the nice and well presented video! I got a question, wich is more of an intermediate level: I use bloc for state management, what is considered best practise, validate forms directly in the ui widget as done here, or rather within an extra bloc. The onPressed() triggers an event, which then triggers validation function and returning error state or success... could be overkill for that simple stuff, but clearly separates business logic from presentation... any thoughts on that 👍 thks in advance

  • @wilsonmutsago
    @wilsonmutsago Před 2 měsíci

    First