hi, thanks for the video.. this help me a lot.. but I want to ask how to put the delete button on every text field appended, so I need to delete to a specific text field. not just reset all text fields
Thanks but this creating TextFormField and using ListVew builder will clear the input text when we scroll, as Listview builder will reuse the widgets which is being loaded
Thank u for this valuable tutorial... I have one doubt ..! I have a form page its include Switch and DropDowns... If I click one DropDown value it will change another form DropDown value... What I Do ??
Great work man !!!!
Tu es le meilleur!!!! Tu viens de me sauver!! Je saute de joie depuis.
Outstanding technique Sir, thank you for sharing!!
You are welcome
Excellent Man. Thanks
You are welcome
Thanks Dude!
Thank you very much for your help, and it's a nice way to debug a JSON, U rock!
sir please also provide github repo in description it is difficult to understand from article;
how we create each row with different input type like checkbox,radio,dropdown??
set a type and check type in each iteration and return appropriate widget
hello sir i am a great fan of your teaching I have one question please tell me How i enable stickers and gif insertion in text field
Please make a video on how to make custom shapes using custom clipper
Thank you for your effort it helped me a lot.
You are welcome
hi, thanks for the video.. this help me a lot.. but I want to ask how to put the delete button on every text field appended, so I need to delete to a specific text field. not just reset all text fields
You should target the id (index)
Thank you very much.
You are welcome
Thanks but this creating TextFormField and using ListVew builder will clear the input text when we scroll, as Listview builder will reuse the widgets which is being loaded
you can load from a data structure when scrolled
I have multiple fields in the form how do I get those fields in the json??
Because we are only calling on changed on one textfield
You can update the value on change of other controls too
@@MobileProgrammer How can we update the values on other controls ?
You listen to their value change callbacks
@@MobileProgrammer how to put the values in onUpdate() ?
Thank u for this valuable tutorial... I have one doubt ..! I have a form page its include Switch and DropDowns... If I click one DropDown value it will change another form DropDown value... What I Do
??
Same issue :(
Sir how to start list from 1 not it's index from 0 just show 1 on 0 and 2 on 1 like this.. purpose I don't want to show list numbers from 0.
Remove the first index from array
That's not my answer without removing index 0 how can I show text from start 1 with 0 index
Get data from index + 1 index in the array for each row.
@@MobileProgrammer correct!
what if i want to create the data into a pdf file?
But how to validate these all fields