Flutter Tutorial - How To Use Form and TextFormField

preview_player
Показать описание
Let's use TextFormFields & Forms to validate our TextFields like email, password, etc. in Flutter.

RESOURCES

TIMELINE
0:00 Form & TextFormField Introduction
1:06 TextFormField
1:18 Username Validator
1:59 Form
2:45 Validate Form
3:49 Save Form
5:30 Password Validator
6:19 Email Validator
7:40 Automatic Validation
8:24 Limit TextFormField Length
8:42 Error Style TextFormField
9:43 Multiple Validators
10:25 Hide Keyboard On Submit

--- JOIN THE CREW ---

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Me :-)

PLAYLISTS

If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

To be honest Your tutorials are awesome. very well explained, very appreciated.

adeelzahid
Автор

Soon you will be on top in search engine.
Thanks for tut !

It would be good to explain how to initialize TextFormField with a value

VladVons
Автор

YOU THE BEST! I'm so lucky to have access to your videos thank you so much.

cfcr.
Автор

Thank God I have stumbled on your videos, your explanation is awesome. Just what I needed in this time of pandemic with a project at school. I wish you could make a video of register/login using php with mysql database. Thank you and stay cool!

frankeestv
Автор

Gran video! Muy claro y bien ilustrativo.

IronRacer
Автор

Hola, Qué se recomienda para hacer validaciones de entradas numéricas. ¿Usar textField o usar TextFormField?

Metalmecanicafacilplus
Автор

Thank you so much🥳
Also if possible use riverpod in this tutorial🙏🏽

ezone
Автор

Hi Johannes. I have one problem in showing the error message. When I reduce the height of textfield the error message is displayed within textfield but when I keep it's default height things get done but I want to have textfield of a height of 25px, plz help me I stuck here for months.Thanks inadvance.

isiakamfugale
Автор

thank you so much sir but please provide english subtitles also, i know this will increase your work but sir this thing will help us. by the you are doing good

RohitSharma-xmtv
Автор

Good evening sir..idk if u can support me on this please. My Flutter firebase creates an account even if form is invalid. I.e if password does not match. Please how can I Fix that.

RRaider
Автор

Is there a video that sends text fields ( contact form/customer service) to email? After clicking a submit button.

fivefootfree
Автор

Sir, do you know how to solve inactive input connection? I've already tried stackoverflow solution but still didn't work yet

muhammadanggoran
Автор

Hello sir, please support me on this.
I'm working on a school project.
So basically the Thing is. After I save the form



So I need to send it to the user data to the database. While also send auth data. I have however been able to setup an auth already. Please what patten should I submit the form? Thank u

RRaider
Автор

is it allowed to inherit RaisedButton instead of StatelessWidget ?
class MyRaisedButton extends RaisedButton {}

VladVons
Автор

Do we still need setState for assigning value to a variable since we now have onSave and formState.save() ?

kind
Автор

I have forms inside PageView, one unique form on each page, and I need to validate them all.
how I can achieve that ?

abdallahboucedraya
Автор

if (value.length < 4 ) { - The property 'length' can't be unconditionally accessed because the receiver can be 'null'. ALSO onChanged: (value) => setState(() => username = value); - Missing parameter type for 'value'.

StoreRunDotCom
Автор

Please make Dio or http with complex json

mgmyo