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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 72

  • @dalinlong9238
    @dalinlong9238 3 ปีที่แล้ว +9

    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.

  • @kanogl
    @kanogl 3 ปีที่แล้ว +2

    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.

  • @SabinPoudel-iw2rf
    @SabinPoudel-iw2rf 5 หลายเดือนก่อน

    Your video series are super helpful 👍.

  • @JK92007
    @JK92007 2 ปีที่แล้ว

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

  • @husen5384
    @husen5384 3 ปีที่แล้ว +1

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

  • @pravinprince3221
    @pravinprince3221 ปีที่แล้ว

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

  • @surendravishwakarma5244
    @surendravishwakarma5244 3 ปีที่แล้ว

    It good article and explain very easy way.

  • @garyhaddon2502
    @garyhaddon2502 3 ปีที่แล้ว

    Really nice how this works with GetX.

  • @anandmano4375
    @anandmano4375 3 ปีที่แล้ว

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

  • @dilipghawade6651
    @dilipghawade6651 3 ปีที่แล้ว

    your videos are easy to digest. Thanks

  • @hellblazer021
    @hellblazer021 3 ปีที่แล้ว

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

  • @Jo-tb6ur
    @Jo-tb6ur 3 ปีที่แล้ว

    Another awesome video...Thank you🤗🤗🤗.

  • @tanmaybug6551
    @tanmaybug6551 3 ปีที่แล้ว

    very easy to understand.Thank u...

  • @hashankannangara8723
    @hashankannangara8723 3 ปีที่แล้ว

    Another awesome video...Thanks a lot!!

  • @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!

  • @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.

  • @karemzky
    @karemzky 3 ปีที่แล้ว

    thanks for the wonderfull video

  • @rsufiyand
    @rsufiyand 2 ปีที่แล้ว

    Which font style are you using like fira code etc?

  • @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

  • @devrykawiryan5218
    @devrykawiryan5218 3 ปีที่แล้ว

    Thanks for the cool tutorial

  • @ashrafalmekhlafi1747
    @ashrafalmekhlafi1747 2 ปีที่แล้ว

    Keep up

  • @DiamondSoft
    @DiamondSoft ปีที่แล้ว

    amazing, thank you Omar , just please can you change your Android studio theme

  • @cutepetvideos196
    @cutepetvideos196 2 ปีที่แล้ว

    Why you didn't make variable of controller class reactive

  • @claudedaiga5897
    @claudedaiga5897 3 ปีที่แล้ว

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

  • @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.

  • @maulahaz
    @maulahaz 3 ปีที่แล้ว

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

  • @ajaykahar3393
    @ajaykahar3393 2 ปีที่แล้ว

    👍

  • @situsitu4705
    @situsitu4705 3 ปีที่แล้ว

    Good job bro

  • @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 =(

  • @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.

  • @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 ปีที่แล้ว +1

      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 ?

  • @teetask
    @teetask ปีที่แล้ว

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

  • @skirllexrude8170
    @skirllexrude8170 3 ปีที่แล้ว +1

    Can you please make a login functionality using firebaselogin and Google signin using getx

  • @kundankumar-pv9gz
    @kundankumar-pv9gz 3 ปีที่แล้ว +1

    Thank you ineed formdata with file upload pls upload

  • @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

  • @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.

  • @onuryildirim634
    @onuryildirim634 3 ปีที่แล้ว

    thx

  • @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

  • @axroromonov9837
    @axroromonov9837 3 ปีที่แล้ว +2

    hi please video code github give me?

    • @ripplescode
      @ripplescode  3 ปีที่แล้ว +2

      I am down with high fever for past few days...let me get fine...I will upload to github

    • @axroromonov9837
      @axroromonov9837 3 ปีที่แล้ว +1

      @@ripplescode which day do you put? I wish you health take care.

    • @ripplescode
      @ripplescode  3 ปีที่แล้ว +1

      Sorry buddy I forgot...I have uploaded the source code...plz check the description of that video for link

    • @axroromonov9837
      @axroromonov9837 3 ปีที่แล้ว +2

      @@ripplescode thanks bro! good luck!!

    • @axroromonov9837
      @axroromonov9837 3 ปีที่แล้ว

      I had a question can I talk to you in another chat Ps: telegram group

  • @tanphamthien6753
    @tanphamthien6753 3 ปีที่แล้ว

    Pls help i can't use class late

  • @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

  • @tarunlohni6664
    @tarunlohni6664 ปีที่แล้ว

    Are you Jesus!!!!

    • @ripplescode
      @ripplescode  ปีที่แล้ว

      I m simple human being.

  • @brcglog3808
    @brcglog3808 2 ปีที่แล้ว

    I got error ""LoginController" not found. You need to call "Get.put(LoginController())" or "Get.lazyPut(()=>LoginController())"", please help, dude. thanks before

    • @ripplescode
      @ripplescode  2 ปีที่แล้ว

      Have you written that code in binding

    • @brcglog3808
      @brcglog3808 2 ปีที่แล้ว

      @@ripplescode not yet. please tell me how, I'm still new in Getx

    • @ripplescode
      @ripplescode  2 ปีที่แล้ว

      Please go through the playlist