#11 - TextField and TextFormField

Поділитися
Вставка
  • Опубліковано 12 вер 2020
  • Source Code : bit.ly/3ojRkVU
    Amazon India Affiliated Link:
    Please use below link to support my channel
    bit.ly/amazon_sale_code_android
    Also you can support via Paypal using
    bit.ly/paypal_codeandroid
    Thank you
    #CodeAndroid #Flutter

КОМЕНТАРІ • 57

  • @Iron59yt
    @Iron59yt 3 роки тому +3

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

  • @better_notes182
    @better_notes182 2 місяці тому

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

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

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

  • @zandreicanete7102
    @zandreicanete7102 2 роки тому

    LIFEEEE SAVEEEER very simple and very well explained

  • @charlesbabbage1991
    @charlesbabbage1991 3 роки тому

    very clear explanation thanks

  • @vyankatesha.shivnikar696
    @vyankatesha.shivnikar696 2 роки тому

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

  • @aashiqumr
    @aashiqumr 2 роки тому

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

  • @taufikfadlurahmanfajari6556
    @taufikfadlurahmanfajari6556 3 роки тому +1

    Thanks, i think you deserve get more subscriber

  • @hsiang-yehhwang2625
    @hsiang-yehhwang2625 2 роки тому

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

  • @shamhamxa5298
    @shamhamxa5298 2 роки тому

    Very clean & brief

  • @pravinromano8774
    @pravinromano8774 3 роки тому

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

  • @papuntripathy5311
    @papuntripathy5311 3 роки тому

    You are a Gem man keep it up the good Work

  • @shashanksingh4708
    @shashanksingh4708 2 роки тому

    thanks for this ! very helpful

  • @norhansedeek6262
    @norhansedeek6262 3 роки тому

    thank u very much, you help me a lot

  • @lazyguystuff8172
    @lazyguystuff8172 3 роки тому

    thank you very much
    You Deserves A subscibe!!

  • @rutuja7293
    @rutuja7293 3 роки тому

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

  • @jnam8973
    @jnam8973 3 роки тому

    Oh Thanks!!!! You are angel

  • @codewithraghav2912
    @codewithraghav2912 2 роки тому +1

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

  • @joojamil7864
    @joojamil7864 3 роки тому

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

  • @adejinmiferanmi4753
    @adejinmiferanmi4753 3 роки тому

    very helpful

  • @user-in8yg7rz2c
    @user-in8yg7rz2c 3 роки тому

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

  • @apexshadow7682
    @apexshadow7682 3 роки тому

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

  • @phaneendrav2756
    @phaneendrav2756 3 роки тому

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

  • @deepakshah4037
    @deepakshah4037 2 роки тому

    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

  • @meetamin7343
    @meetamin7343 3 роки тому

    Thanks♥♥

  • @trolo051
    @trolo051 3 роки тому

    nice video, bro

  • @hotshot101
    @hotshot101 3 роки тому

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

  • @neginghasemi5761
    @neginghasemi5761 2 роки тому

    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?

  • @stevenmedina4030
    @stevenmedina4030 2 роки тому

    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!

  • @deepakshah4037
    @deepakshah4037 2 роки тому

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

    • @CodeAndroid
      @CodeAndroid  2 роки тому

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

    • @deepakshah4037
      @deepakshah4037 2 роки тому

      ohk thanks

  • @trading.sniper
    @trading.sniper 3 роки тому

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

  • @zaheemschemnad5377
    @zaheemschemnad5377 2 роки тому

    Suscribed!

  • @Malaq4822
    @Malaq4822 3 роки тому

    u god thx

  • @Mr_Techke
    @Mr_Techke 3 роки тому

    Very useful 👍👍👍
    Plz improve voice

  • @Physics3333
    @Physics3333 2 роки тому

    Explain sample projects bro

  • @rowdyghatkar
    @rowdyghatkar 3 роки тому

    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  3 роки тому +1

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

    • @rowdyghatkar
      @rowdyghatkar 3 роки тому

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

  • @CarlosVazquez-ov8so
    @CarlosVazquez-ov8so 2 роки тому

    alguien tendra este extension text field para Kodular?

  • @user-dd7xy9hi4v
    @user-dd7xy9hi4v Місяць тому

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

  • @luzgenesis7
    @luzgenesis7 3 роки тому

    if a want textinputcontroller for a double ?

    • @CodeAndroid
      @CodeAndroid  3 роки тому

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

  • @user-rb6zk1ws7v
    @user-rb6zk1ws7v 2 місяці тому

    Bro you're the best

  • @yashdubey1505
    @yashdubey1505 3 роки тому

    how to take input like
    hi
    hello
    hello

  • @yogabayuangganapratama6558
    @yogabayuangganapratama6558 2 роки тому

    6:25

  • @pranayvartak4577
    @pranayvartak4577 3 роки тому +1

    play at 1.5x , Thanks me later

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

  • @Clickershit
    @Clickershit 2 роки тому

    Bro If you just stop singing, get over your presentation shyness, be bold