Flutter Tutorial - How To Use Form and TextFormField

  Рет қаралды 48,177

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 45
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/textformfield_example
@cfcr.8090
@cfcr.8090 2 жыл бұрын
YOU THE BEST! I'm so lucky to have access to your videos thank you so much.
@adeelzahid9622
@adeelzahid9622 3 жыл бұрын
To be honest Your tutorials are awesome. very well explained, very appreciated.
@VladVons
@VladVons 3 жыл бұрын
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
@maxgamerov
@maxgamerov Жыл бұрын
TextFormField( controller: TextEditingController() ..text = "my custom value", ...)
@amsmart5213
@amsmart5213 3 жыл бұрын
simple and clearly explained.
@aashisshrestha448
@aashisshrestha448 2 жыл бұрын
Another awesome video from you.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Aashis Shrestha! 🙂
@sharpmouse3013
@sharpmouse3013 Жыл бұрын
beautifully explained
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, Sharp Mouse! 🙂
@jasemtechno6218
@jasemtechno6218 3 жыл бұрын
Thanks for these information 🌹
@Metalmecanicafacilplus
@Metalmecanicafacilplus 2 жыл бұрын
Hola, Qué se recomienda para hacer validaciones de entradas numéricas. ¿Usar textField o usar TextFormField?
@antongrekov7710
@antongrekov7710 2 жыл бұрын
TextFormField y le pones de tipo de teclado numerico
@mojtabasaebi6096
@mojtabasaebi6096 2 жыл бұрын
thank you alot again :)
@eldadario7339
@eldadario7339 3 жыл бұрын
wonderful video
@mehdimeh7750
@mehdimeh7750 3 жыл бұрын
great video thank you
@IronRacer13
@IronRacer13 3 жыл бұрын
Gran video! Muy claro y bien ilustrativo.
@maxgamerov
@maxgamerov Жыл бұрын
thank you
@HeyFlutter
@HeyFlutter Жыл бұрын
You are welcome, Max Gamero!
@frankeestv3860
@frankeestv3860 3 жыл бұрын
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!
@frankeestv3860
@frankeestv3860 3 жыл бұрын
@@HeyFlutter Thank you!
@ezone2726
@ezone2726 3 жыл бұрын
Thank you so much🥳 Also if possible use riverpod in this tutorial🙏🏽
@ezone2726
@ezone2726 3 жыл бұрын
@@HeyFlutter thank you so much Sir❣️ #flutter_mentor #learn_riverpod #happycoding
@isiakamfugale3621
@isiakamfugale3621 3 жыл бұрын
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.
@fivefootfree
@fivefootfree 3 жыл бұрын
Is there a video that sends text fields ( contact form/customer service) to email? After clicking a submit button.
@1RRaider
@1RRaider 3 жыл бұрын
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.
@VladVons
@VladVons 3 жыл бұрын
is it allowed to inherit RaisedButton instead of StatelessWidget ? class MyRaisedButton extends RaisedButton {}
@muhammadanggoran8492
@muhammadanggoran8492 3 жыл бұрын
Sir, do you know how to solve inactive input connection? I've already tried stackoverflow solution but still didn't work yet
@RohitSharma-xm7tv
@RohitSharma-xm7tv 3 жыл бұрын
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
@SampathLokuge
@SampathLokuge 3 жыл бұрын
It is there. Just click `CC` button.
@1RRaider
@1RRaider 3 жыл бұрын
Hello sir, please support me on this. I'm working on a school project. So basically the Thing is. After I save the form ......currenstatae!.save(); 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
@mgmyo7066
@mgmyo7066 3 жыл бұрын
Please make Dio or http with complex json
@StoreRunDotCom
@StoreRunDotCom 2 жыл бұрын
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
@StoreRunDotCom 2 жыл бұрын
lol i wanted you to help me figure out whats wrong (PLEASE)
@StoreRunDotCom
@StoreRunDotCom 2 жыл бұрын
there are 2 errors - They are hard to tell because I couldnt highlight them
@peleus66
@peleus66 2 жыл бұрын
@@StoreRunDotCom you cant handle (value). Nullsafety.
@abdallahboucedraya
@abdallahboucedraya 2 жыл бұрын
I have forms inside PageView, one unique form on each page, and I need to validate them all. how I can achieve that ?
@abdallahboucedraya
@abdallahboucedraya 2 жыл бұрын
@@HeyFlutter thanks
@abdallahboucedraya
@abdallahboucedraya 2 жыл бұрын
@@HeyFlutter I have three forms sperared into three page views and one button to validate thems all, but I get currentState is null for two hidden pages
@kind8735
@kind8735 3 жыл бұрын
Do we still need setState for assigning value to a variable since we now have onSave and formState.save() ?
@kind8735
@kind8735 3 жыл бұрын
@@HeyFlutter Thanks. I've learnt a lot from watching your videos.
Flutter Tutorial - TextField - Deep Dive
23:51
HeyFlutter․com
Рет қаралды 86 М.
Top 10 Flutter Widgets (for Responsive Layouts)
13:17
HeyFlutter․com
Рет қаралды 73 М.
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 41 МЛН
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 3,3 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 16 МЛН
Ever thought why We fail as Flutter Developer?
8:19
HeyFlutter․com
Рет қаралды 10 М.
#11 - TextField and TextFormField #CodeAndroid #Flutter
12:54
CodeAndroid
Рет қаралды 90 М.
Flutter Forms Tutorial #1 - User Input in Flutter
6:15
Net Ninja
Рет қаралды 10 М.
Flutter Form Validation - Validate Login Form In Flutter Tutorials
14:27
PDF Generator in Flutter - How to create your next Invoice
23:35
Flutter Explained
Рет қаралды 30 М.
Flutter Form Tutorial | Form Validation & Saving Guide
20:50
Hussain Mustafa
Рет қаралды 2,9 М.