3.5 - Radio Button in Flutter Example - Flutter Crash Course

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

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

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

    ijodga omad videolar chiqarishda davom eting ) 🔥

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

    Thank you very much for example with enum!

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

    I have a question , I hope u answer
    I tried using form where inside we have textfieldform and radiolisttile .
    The issue i’m getting : when i fill the textfield then I change the radio value , the textfield values get cleared because of setstate.
    How can I solve this?

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

    very helpful video ..... thank you sir

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

      Most welcome 🤗

  • @lalremlianbtlung9042
    @lalremlianbtlung9042 2 ปีที่แล้ว +1

    You're great brother. Keep up the good work.

  • @paranthamana949
    @paranthamana949 2 ปีที่แล้ว +1

    Hi can you explain how to save radioListTile clicked value using shared preferences with Enum data

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

      I'll do that in my upcoming Playlist

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

    perfect bro 😎 keep going !!

  • @farazsikander8179
    @farazsikander8179 2 ปีที่แล้ว +1

    perfect

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

      ❤️❤️🤞🤞🤞

  • @UtifeInc.-up1jf
    @UtifeInc.-up1jf ปีที่แล้ว

    Sir please help me. I followed all your steps but when I click on one radio button, the two get selected. Idk what’s wrong.

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

      Most probably your ids (keys) are same

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

      Having the same issue, did you get to fix this ?

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

      @@camalmitchy3404 Same issue

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

      Buddy's you are using the same keys and that's why when one key is selected the second one will be auto-populated. So make them unique.

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

      If any one come across this issue, make sure the following changes: value: ProductTypeEnum.Deliverable, to value : value inside the reusable widget