3.3 - Flutter TextField or TextFormField - Get values using Controller or onChanged

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • In this tutorial, we are going to create textfield in flutter [2022].
    PLAYLIST: • Flutter Crash Course f...
    To create and design flutter textfield we have two ways and also two ways to get data from a flutter textfield or a flutter textformfield.
    The design will be created using flutter textfield() and flutter textformfield() whereas we will get the data from text fields using onChanged text field method and using Controller in textfield as an id to get data of unique textfield.
    SOURCE CODE
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    🧑‍💻 CODE & RESOURCES codingwitht.com/flutter-crash...
    ❤️ COURSES
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    ► FLUTTER CRASH COURSE • Flutter Crash Course f...
    ► LOGIN APP with GETX • Flutter Login App - UI...
    ► E-COMMERCE APP • Professional Flutter E...
    ❤️ SUPPORT
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Like and Subscribe @CODINGwithT for more amazing content
    ► Subscribe ua-cam.com/users/Codingwithtea...
    FOLLOW @CodingwithT on SOCIAL MEDIA!
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    💻 Facebook: / codingwithtea
    💻 Instagram: / coding_with_tea
    #flutter_crash_course_2023 #coding_with_T #flutter_course_2023
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    📝 CHAPTERS:
    0:00 Intro
    02:27 Two Steps to create textfield
    02:57 1st - Design TextField or TextFormField()
    05:08 2nd - Get Data using onChanged or Controller
    05:45 2nd (a) - Get data using textfield onChanged()
    07:17 2nd (b) - Get data using textfield Controller
    11:06 Pass Data to next Screen
    13:50 Dispose Controller
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    📝 VIDEO SUMMARY:
    If you like this video please don't forget to hit the like button and if you are new to this channel please don't forget to subscribe to it as more amazing free videos and courses are coming. :)
  • Наука та технологія

КОМЕНТАРІ • 27

  • @mehedihasansrijon
    @mehedihasansrijon 2 роки тому +4

    I can learn a lot from watching your videos from Bangladesh

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

      Love for Bangladesh ❤️❤️✌️

  • @Jota92i
    @Jota92i 11 місяців тому +3

    BRO YOU EXTREMELY AMAZING, MY GREATINGS FROM EGYPT❤❤❤

  • @avencadigital3527
    @avencadigital3527 Рік тому +2

    Perfect! Thanks a lot!

  • @user-uo4ck4cp5d
    @user-uo4ck4cp5d Рік тому +1

    Nice job!!

  • @danielamirul6430
    @danielamirul6430 5 місяців тому +1

    proud got a muslim brother here working on informative youtube videos on flutter!

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

    Hello. Do you have a video on how to dowload images using glide? I managed to use glide to show my Firebase images in recyclerview, but now I want to download those images into device internal storage.

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

      I don't have any videos on glide but will create in future.
      Anyways, Glide is pretty easy to handle.

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

      @@CodingwithTFrom what I've heard Glide is easy to use, it's just that I don't know how to download. Thanks anyways.
      I've been watching your videos for some time now, it's only recently that I started commenting because I needed help.

  • @user-fx8qd1fq6e
    @user-fx8qd1fq6e 7 місяців тому +1

    God bless you

  • @Malikmehtabali1
    @Malikmehtabali1 5 місяців тому

    Sikndar bhai💞

  • @feilongiskandar3533
    @feilongiskandar3533 Рік тому

    heelo bro how i can tranfer data to textformfield, example i wanna tranfer logitud and latitude forn current location to text formfierlde and saveit to firebase

    • @CodingwithT
      @CodingwithT  Рік тому

      Is your problem resolved?

    • @feilongiskandar3533
      @feilongiskandar3533 Рік тому

      @@CodingwithT not yet bro..any idea?

    • @CodingwithT
      @CodingwithT  Рік тому +1

      You just have to set the value of the controller like in the setState()
      controller.value = someValueYouWantToShow.toString();

    • @feilongiskandar3533
      @feilongiskandar3533 Рік тому

      @@CodingwithT thank for your kindnes sir, will DM you in facebook have something to ask you May Allah bless you

    • @CodingwithT
      @CodingwithT  Рік тому

      No worries dear ☺️. Anytime 😊

  • @Eswaramoorthik
    @Eswaramoorthik 11 місяців тому

    Once you complete the video , just present the screen to see the code to work easier otherwise all good

  • @moonlight_350
    @moonlight_350 Рік тому +1

    sharing github link would have been of great help .