Flutter in Practice - E12: Better Forms with TextFormField

preview_player
Показать описание
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building an actual, mobile application.
In this tutorial, we will create an email client that exclusively supports JMAP protocol.

#flutterinpractice #flutter #dart #tutorial #guide #form
Рекомендации по теме
Комментарии
Автор

Thank you, your style on teaching is very helpful for beginners.

abdulazizalghafli
Автор

I have one question when I come back to the MessageList page the List does not display the new message. But if I clicked on the Refresh button then it displays the new message. I think that is why because by clicking the refresh button setState method is running and it changes the state of the MessageList Widget. But how we can do it from the MessageCompose page? Otherwise everything is very clear and well explained.

anilbali
Автор

please, which vs-code extensions do you use?

Marcos-mdtk