#11 - TextField and TextFormField

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

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

  • @mohammedthowfiq138
    @mohammedthowfiq138 3 ปีที่แล้ว +6

    Your video good dude keep rocking 👍🏻
    Difference between Textfield and Textformfield is validation
    1) In Textfield we use controller to handle everything and for validation also we controller.
    2) In Textformfield we use validator method to validate the input data.
    If you use single Textfield box then you can use Textfield. If you requirement is big then you can use Textformfield.

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

    Thanks dude, I have been looking everywhere for something like this!!!!!

  • @better_notes182
    @better_notes182 7 หลายเดือนก่อน

    Ayo dude thank you so much, just needed this as a quick refresher

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

    Although it is not necessary to wrap TextFormField with Form, but to use the validator property, you need the _formKey and to use the _formKey, you need the Form

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

    Very clean & brief

  • @taufikfadlurahmanfajari6556
    @taufikfadlurahmanfajari6556 4 ปีที่แล้ว +1

    Thanks, i think you deserve get more subscriber

  • @vyankatesha.shivnikar696
    @vyankatesha.shivnikar696 3 ปีที่แล้ว

    Thank you very much sir u expained most of things related to text input...Thanks a lot...Subscribed to ur channel

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

    LIFEEEE SAVEEEER very simple and very well explained

  • @hsiang-yehhwang2625
    @hsiang-yehhwang2625 3 ปีที่แล้ว

    It is a great tutorial!! Thanks for sharing!!

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

    You are a Gem man keep it up the good Work

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

    thanks for this ! very helpful

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

    is there any to get a value from api and set text in text form field

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

    Thanks a Lot sir for this tutorial... It really helped me a lot. Keep up your great work. YOU earned a subscriber.. Thanks Again

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

    very clear explanation thanks

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

    how can I change the color of the text that the user is writting?. is always black while typing and for a dark mode is not useful.. thanks!

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

    it is very helpful sir, thank you sir i learnt a lot from it sir

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

    how to get textfield value after clicking keyboard's done button?

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

    Thanks, it was very helpful, but I still can't decide which one to choose for the Login/Sign up form. could you please help me with that?

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

    are you using as extension for the lines showing in your editor for proper indentation ?

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

      No. its default indentation shortcut on Android Studio. Ctrl/Cmd + Alt/Option + l

  • @lazyguystuff8172
    @lazyguystuff8172 4 ปีที่แล้ว

    thank you very much
    You Deserves A subscibe!!

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

    Sir, Could you share video about Splash Screen. During display of splash screen how can we perform background operations

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

    thank u very much, you help me a lot

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

    you solved my problem so thanks a lot *hat down*

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

    Very useful 👍👍👍
    Plz improve voice

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

    very helpful

  • @jnam8973
    @jnam8973 4 ปีที่แล้ว

    Oh Thanks!!!! You are angel

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

    Can we change the position of the maxLength attribute to the left side instead of the right side?

  • @rowdyghatkar
    @rowdyghatkar 4 ปีที่แล้ว

    You've done a great job but you missed one point i.e. 'required' (we use this in HTML forms)... how to achieve that in flutter?

    • @CodeAndroid
      @CodeAndroid  4 ปีที่แล้ว +1

      There is no attribute for that. But you can achieve that by using TextFormField, inside validation check for empty check.

    • @rowdyghatkar
      @rowdyghatkar 4 ปีที่แล้ว

      @@CodeAndroid yup did that already...👍🏿

  • @قناةالتوبة-و9ق
    @قناةالتوبة-و9ق 4 ปีที่แล้ว

    please how i can put scores to game in text view with sqlite database and kotlin?

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

    Bro how to save that textfield's data in sql database

  • @trolo051
    @trolo051 4 ปีที่แล้ว

    nice video, bro

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

    Thanks♥♥

  • @trading.sniper
    @trading.sniper 3 ปีที่แล้ว

    Hii sir your video is ossum please proceed your course in flutter

  • @SandaruLashan
    @SandaruLashan 5 หลายเดือนก่อน

    show more about obsecureText, because it says it not defined.

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

    Suscribed!

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

    u god thx

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

    Explain sample projects bro

  • @luzgenesis7
    @luzgenesis7 4 ปีที่แล้ว

    if a want textinputcontroller for a double ?

    • @CodeAndroid
      @CodeAndroid  4 ปีที่แล้ว

      No. Use textfield uses only string as it's datatype. Even though we enter number in that. You can conver that string to double.

  • @CarlosVazquez-ov8so
    @CarlosVazquez-ov8so 3 ปีที่แล้ว

    alguien tendra este extension text field para Kodular?

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

    how to take input like
    hi
    hello
    hello

  • @bunnymc6461
    @bunnymc6461 3 หลายเดือนก่อน

    Thanks bro its working...❤❤❤❤❤❤

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

    play at 1.5x , Thanks me later

  • @BenjaminBaffoe-h7n
    @BenjaminBaffoe-h7n 7 หลายเดือนก่อน

    Bro you're the best

  • @yuvrajadkar
    @yuvrajadkar 3 ปีที่แล้ว +4

    It is very disturbing and annoying when you stretch last word of sentence.

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

      Which place, can you share the timing in the video.

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

      @@CodeAndroid Last word of every sentence.

  • @AbhishekTiwari-uj7nj
    @AbhishekTiwari-uj7nj 2 ปีที่แล้ว

    Hey please try to come to point why the hell are you decorating all that

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

    6:25

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

    are you using any extension for showing the lines for proper code formatting & indentation ?

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

      No. Android studio does the indentation when you press controll/command + Alt + l

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

      ohk thanks