Tu es le meilleur!!!! Tu viens de me sauver!! Je saute de joie depuis.
@zrpgelo2 жыл бұрын
Thanks Dude!
@somevideos999993 жыл бұрын
Outstanding technique Sir, thank you for sharing!!
@MobileProgrammer3 жыл бұрын
You are welcome
@matheusess_cwb3 жыл бұрын
Thank you very much for your help, and it's a nice way to debug a JSON, U rock!
@juliejohn51593 жыл бұрын
Excellent Man. Thanks
@MobileProgrammer3 жыл бұрын
You are welcome
@salahadindinsafa76572 жыл бұрын
Thank you for your effort it helped me a lot.
@MobileProgrammer2 жыл бұрын
You are welcome
@durgeshpandey85343 жыл бұрын
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
@testyacy2600 Жыл бұрын
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
@MobileProgrammer Жыл бұрын
you can load from a data structure when scrolled
@satendrapal92752 жыл бұрын
sir please also provide github repo in description it is difficult to understand from article;
@hockaiktan64803 жыл бұрын
Thank you very much.
@MobileProgrammer3 жыл бұрын
You are welcome
@coreshorts24413 жыл бұрын
how we create each row with different input type like checkbox,radio,dropdown??
@MobileProgrammer10 ай бұрын
set a type and check type in each iteration and return appropriate widget
@ashrafmakandar33703 жыл бұрын
Please make a video on how to make custom shapes using custom clipper
@razinalrahmat44353 жыл бұрын
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
@vraj1392 жыл бұрын
You should target the id (index)
@anuragthakur38132 жыл бұрын
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
@MobileProgrammer2 жыл бұрын
You can update the value on change of other controls too
@lazymusafir Жыл бұрын
@@MobileProgrammer How can we update the values on other controls ?
@MobileProgrammer Жыл бұрын
You listen to their value change callbacks
@lazymusafir Жыл бұрын
@@MobileProgrammer how to put the values in onUpdate() ?
@mohamedzakariagridi10593 жыл бұрын
what if i want to create the data into a pdf file?
@harshadvare15452 жыл бұрын
But how to validate these all fields
@ameerhamzatv31103 жыл бұрын
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.
@MobileProgrammer3 жыл бұрын
Remove the first index from array
@ameerhamzatv31103 жыл бұрын
That's not my answer without removing index 0 how can I show text from start 1 with 0 index
@MobileProgrammer3 жыл бұрын
Get data from index + 1 index in the array for each row.
@Astronomia.Gaming2 жыл бұрын
@@MobileProgrammer correct!
@mariselvanperumal93253 жыл бұрын
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 ??