Flutter Forms Tutorial #5 - Text Form Field

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/

Пікірлер: 2

  • @christianmarpert3844
    @christianmarpert384429 күн бұрын

    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Ай бұрын

    First