Flutter Forms Tutorial #5 - Text Form Field

preview_player
Показать описание
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:

📂🥷🏼 Access the course files on GitHub:

💻🥷🏼 Flutter Masterclass:

💻🥷🏼 Flutter Crash Course:

Рекомендации по теме
Комментарии
Автор

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

christianmarpert