Тёмный

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

Ripples Code
Подписаться 14 тыс.
Просмотров 29 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@dalinlong9238
@dalinlong9238 3 года назад
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.
@ripplescode
@ripplescode 3 года назад
Thanks buddy
@hrithikrtiwari
@hrithikrtiwari 3 года назад
Support him on paypal
@kanogl
@kanogl 3 года назад
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.
@ripplescode
@ripplescode 3 года назад
Thank you my friend
@SabinPoudel-iw2rf
@SabinPoudel-iw2rf 3 месяца назад
Your video series are super helpful 👍.
@pravinprince3221
@pravinprince3221 Год назад
Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir
@husen5384
@husen5384 3 года назад
thanks for sharing Your awesome knowledge with Me GetX it's very useful !!!!!!
@JK92007
@JK92007 2 года назад
👍👌👌👌👌I will use this in my project....thanks sir....
@surendravishwakarma5244
@surendravishwakarma5244 2 года назад
It good article and explain very easy way.
@carlosm3448
@carlosm3448 2 года назад
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.
@dilipghawade6651
@dilipghawade6651 3 года назад
your videos are easy to digest. Thanks
@anandmano4375
@anandmano4375 2 года назад
Excellent... Thank you so much... Its so clear...
@garyhaddon2502
@garyhaddon2502 3 года назад
Really nice how this works with GetX.
@hellblazer021
@hellblazer021 3 года назад
Awesome man! Exactly what I was looking for! Thanks from Brazil =)
@ripplescode
@ripplescode 3 года назад
Love from India.
@Jo-tb6ur
@Jo-tb6ur 3 года назад
Another awesome video...Thank you🤗🤗🤗.
@d-landevjs
@d-landevjs 2 года назад
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!
@tanmaybug6551
@tanmaybug6551 3 года назад
very easy to understand.Thank u...
@hashankannangara8723
@hashankannangara8723 3 года назад
Another awesome video...Thanks a lot!!
@teetask
@teetask Год назад
I am facing many times this issues in my app, please help "a text editing controller was used after bening disposed" with getx.
@mykola.artemov
@mykola.artemov 2 года назад
is it ok to keep global key in controller? in my case I got "Multiple widgets used the same GlobalKey. " error =(
@claudedaiga5897
@claudedaiga5897 3 года назад
Great stuff, thank you very much. How can one display errors from the server side response on the form?
@axomclutchgod1414
@axomclutchgod1414 3 года назад
More GetX Tutorial Want To See In Near Future, Like Some Simple Simple Task With GetX
@ripplescode
@ripplescode 2 года назад
Some example plz
@axomclutchgod1414
@axomclutchgod1414 2 года назад
@@ripplescode You dont have any tutorial on GetX Form Data, Multipart
@cutepetvideos196
@cutepetvideos196 2 года назад
Why you didn't make variable of controller class reactive
@teetask
@teetask Год назад
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.
@rsufiyand
@rsufiyand 2 года назад
Which font style are you using like fira code etc?
@DiamondSoft
@DiamondSoft Год назад
amazing, thank you Omar , just please can you change your Android studio theme
@karemzky
@karemzky 3 года назад
thanks for the wonderfull video
@teetask
@teetask Год назад
Duplicate GlobalKey issue, please give us solution. I searched all the internet but solution not found.
@keshavparihar1925
@keshavparihar1925 3 года назад
Brother I followed you along the tutorial ,I did an addon by using it in FirebaseAuth ,Kindly help me my validation is not working
@devrykawiryan5218
@devrykawiryan5218 3 года назад
Thanks for the cool tutorial
@MrMIBIHA
@MrMIBIHA Год назад
That's wrong. GetX idea is to avoid using built-in States at all (including FormState). You should've implement back subscription to the form and pass the value / validation result this way. On the value request from above (Form) a field validator has been triggered
@ashrafalmekhlafi1747
@ashrafalmekhlafi1747 2 года назад
Keep up
@maulahaz
@maulahaz 3 года назад
Always great tutor.. Thanks Mr. Amar. Request GetX with Sqflite if possible =)
@RenittoJose
@RenittoJose 2 года назад
First of all, thank you for the informative videos. I checked the code, but I couldn't find the usage of HomeBinding anywhere. Can you please explain this a bit?
@ripplescode
@ripplescode 2 года назад
Homebinding is used to initialize homecontroller and homebinding is called from app pages where all the views are called.
@RenittoJose
@RenittoJose 2 года назад
@@ripplescode thank you. I'm writing my new project using Getx. It is very easy to write and manage code. Your video series has been great help. Thank you once again. Is there any way to generate repository using get CLI ?
@situsitu4705
@situsitu4705 3 года назад
Good job bro
@skirllexrude8170
@skirllexrude8170 3 года назад
Can you please make a login functionality using firebaselogin and Google signin using getx
@ripplescode
@ripplescode 3 года назад
Sure
@giuliopretis
@giuliopretis 3 года назад
can't understand how can you use controller in that way with that syntax on the form page, have I lost something?
@ripplescode
@ripplescode 3 года назад
Can you specify the exact syntax
@giuliopretis
@giuliopretis 3 года назад
@@ripplescode controller.otherStuff. I've created the controller class but can't access it using that kind of syntax and most of the methods aren't static, so I'm kinda lost.
@ripplescode
@ripplescode 3 года назад
When you are creating view it is taking the controller type. So you can access all the properties of that controller in the view by using controller.property or method name
@giuliopretis
@giuliopretis 3 года назад
@@ripplescode That's strange, have I lost this explanation on the video?
@karanv293
@karanv293 3 года назад
did you get it to work? this is where i got stuck as well and i cant access using controller.checkLogin etc.
@kundankumar-pv9gz
@kundankumar-pv9gz 3 года назад
Thank you ineed formdata with file upload pls upload
@ajaykahar3393
@ajaykahar3393 2 года назад
👍
@MuhammadIjaz-fp5rt
@MuhammadIjaz-fp5rt 3 года назад
Is there any other way to validate this using getx?
@ripplescode
@ripplescode 3 года назад
I think , this is the easiest way.
@MuhammadIjaz-fp5rt
@MuhammadIjaz-fp5rt 3 года назад
@@ripplescode I am getting an error like on Mutiple Files I am using same GlobalKey But I am using it different I am stuck here When I go from Screen A to Screen B (using Get.to()) it works fine but When I go back to From Screen B to Screen A then I got this error and It crashes my app
@techzone2009
@techzone2009 3 года назад
@@MuhammadIjaz-fp5rt it is because the controller dispose when you change page and when you again back to previous screen then there is no controller
@onuryildirim634
@onuryildirim634 3 года назад
thx
@tanphamthien6753
@tanphamthien6753 3 года назад
Pls help i can't use class late
@ripplescode
@ripplescode 3 года назад
Update dart
@axroromonov9837
@axroromonov9837 3 года назад
hi please video code github give me?
@ripplescode
@ripplescode 3 года назад
I am down with high fever for past few days...let me get fine...I will upload to github
@axroromonov9837
@axroromonov9837 3 года назад
@@ripplescode which day do you put? I wish you health take care.
@ripplescode
@ripplescode 3 года назад
Sorry buddy I forgot...I have uploaded the source code...plz check the description of that video for link
@axroromonov9837
@axroromonov9837 3 года назад
@@ripplescode thanks bro! good luck!!
@axroromonov9837
@axroromonov9837 3 года назад
I had a question can I talk to you in another chat Ps: telegram group
@tarunlohni6664
@tarunlohni6664 Год назад
Are you Jesus!!!!
@ripplescode
@ripplescode Год назад
I m simple human being.
@brcglog3808
@brcglog3808 Год назад
I got error ""LoginController" not found. You need to call "Get.put(LoginController())" or "Get.lazyPut(()=>LoginController())"", please help, dude. thanks before
@ripplescode
@ripplescode Год назад
Have you written that code in binding
@brcglog3808
@brcglog3808 Год назад
@@ripplescode not yet. please tell me how, I'm still new in Getx
@ripplescode
@ripplescode Год назад
Please go through the playlist
Далее
Draggable &  Drag Target || Deep dive || Flutter || GetX
13:46
REST API with GetX | Flutter tutorial | Shopping app
26:43
GetX in Flutter - Part 1 (Observables)
43:30
Просмотров 21 тыс.
GetX State Management tutorial with Flutter 😍
38:13
Просмотров 136 тыс.
Next.js is hiding something...
29:48
Просмотров 27 тыс.
REST Call with Flutter - Http methods
19:55
Просмотров 72 тыс.
Best 30 Flutter Widgets, Packages & Tips
5:11
Просмотров 122 тыс.