Auto Form Validation in Flutter with GetX || Flutter || GetX

preview_player
Показать описание
In this video I have discussed how to do auto form validation in Flutter with GetX.
#FlutterFormValidation #FormValidationGetX #FlutterGetX
Рекомендации по теме
Комментарии
Автор

Give this guy a medal pls, been watching his GetX series for a while now. Load of great stuff as he explains every single option available for each module.

dalinlong
Автор

My friend, your videos are awesome. I appreciate that this are not outdated and that you take the time to explain very calmly. Also your english is impecable.

Stragunafen
Автор

Your video series are super helpful 👍.

SabinPoudel-iwrf
Автор

Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

pravinprince
Автор

your videos are easy to digest. Thanks

dilipghawade
Автор

thanks for sharing Your awesome knowledge with Me GetX it's very useful

husen
Автор

Another awesome video...Thanks a lot!!

hashankannangara
Автор

Awesome man! Exactly what I was looking for! Thanks from Brazil =)

hellblazer
Автор

👍👌👌👌👌I will use this in my project....thanks sir....

JK
Автор

Excellent... Thank you so much... Its so clear...

anandmano
Автор

It good article and explain very easy way.

surendravishwakarma
Автор

Great stuff, thank you very much. How can one display errors from the server side response on the form?

claudedaiga
Автор

Always great tutor.. Thanks Mr. Amar.
Request GetX with Sqflite if possible =)

maulahaz
Автор

I am facing many times this issues in my app, please help "a text editing controller was used after bening disposed" with getx.

teetask
Автор

Excellent friend, just what I was looking for, it would be great to validate if you could log in or if the user is correct with an api!

d-landevjs
Автор

Hello dear "Ripples Code".
God bless you and dear family.

Thank you very much for your video, very helpful.
I have a question, I'm new to Flutter/GetX.

I see that a DropdownButtonFormField Widget and a DateTimePicker don't have a controller like the Text widget has and apparently it should be defined by user.



For this example or in your experience, have you implemented these Widgets for the Update and Insert method? I did the Insert through variables passed by parameter to the controller, but in the case of Update (Editing) I can't find a right way because the controller initializes or updates each DropdownButtonFormField and DateTimePicker widget through a controller. In the case of the Text Widget through the TextEditingController. Do you know how to define a controller for these Widgets?
Greetings from Nicaragua.

carlosm
Автор

is it ok to keep global key in controller? in my case I got "Multiple widgets used the same GlobalKey. " error =(

mykola.artemov
Автор

Which font style are you using like fira code etc?

blockchaindevelopment
Автор

When i navigate between login and signup page error showing 'Duplicate GlobalKey$s detected in widget tree' but i created GlobalKey with different name. Please help.

teetask
Автор

Duplicate GlobalKey issue, please give us solution. I searched all the internet but solution not found.

teetask