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?
ijodga omad videolar chiqarishda davom eting ) 🔥
Thank you 😊
Thank you very much for example with enum!
Glad it was helpful!
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?
very helpful video ..... thank you sir
Most welcome 🤗
You're great brother. Keep up the good work.
Thank you 😊
Hi can you explain how to save radioListTile clicked value using shared preferences with Enum data
I'll do that in my upcoming Playlist
perfect bro 😎 keep going !!
Thank you 😊
perfect
❤️❤️🤞🤞🤞
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.
Most probably your ids (keys) are same
Having the same issue, did you get to fix this ?
@@camalmitchy3404 Same issue
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.
If any one come across this issue, make sure the following changes: value: ProductTypeEnum.Deliverable, to value : value inside the reusable widget