Awesome. Just one advice. Your content is great and you deserve much more views. For that, I would suggest working on the presentation of the tutorial. Like the thumbnail image should be more attractive, better sound quality if possible and you can check other tutorial channels like brackeys.
if you have a Statefull Widget (ChildWidget) that calculate something (a textfield and a button and a text that change his state) then you add this widget dynamically like with a click of a Button like so: //the List of Widgets: List listDynamic = []; //add the Widget dynamically: functionAddWidget() { listDynamic.add(ChildWidget()); setState(() {}); } then you wrap this Widget in a Dismissible in a ListView like you did then here is my question (Problem): - If the key of the Dismissible: key: Key(UniqueKey().toString()), then you can remove the Widget but you are not be able to use it (edit the Text Field and submit it to, and by adding a new Widgets, it deletes the old TextFields Values) - If the key of the Dismissible: key: Key(listDynamic[index].toString()), you can use the Widgets but you are not be able to remove it, you get an Error. Same Result if i use the slidable Package. It would be great if i get some feedback thank you..
your way of teaching is very clear without any time wasting
thank you very much for such good tutorials and especially for sharing the code with the community please do not stop your videos are excellent
Thanks Gatrix galban , appreciate your feedback
Finally you uploaded the code to the githab!
Well done!
Like from me :)
Awesome.
Just one advice. Your content is great and you deserve much more views. For that, I would suggest working on the presentation of the tutorial. Like the thumbnail image should be more attractive, better sound quality if possible and you can check other tutorial channels like brackeys.
Thanks Nikhil, feedback considered
Awesome tut
Thanks Ibrahim
Great work. Congrats!
Thanks Jeferson
Thanks a lot for your vidéo, very useful ... Like from me 👍🏽😊
please how did you validate you Dropdownfield
great video, thank you so much
Thanks YCR
many thanks ♥️
if you have a Statefull Widget (ChildWidget) that calculate something (a textfield and a button and a text that change his state) then you add this widget dynamically like with a click of a Button like so:
//the List of Widgets:
List listDynamic = [];
//add the Widget dynamically:
functionAddWidget() {
listDynamic.add(ChildWidget());
setState(() {});
}
then you wrap this Widget in a Dismissible in a ListView like you did then here is my question (Problem):
- If the key of the Dismissible: key: Key(UniqueKey().toString()),
then you can remove the Widget but you are not be able to use it (edit the Text Field and submit it to, and by adding a new Widgets, it deletes the old TextFields Values)
- If the key of the Dismissible: key: Key(listDynamic[index].toString()),
you can use the Widgets but you are not be able to remove it, you get an Error.
Same Result if i use the slidable Package.
It would be great if i get some feedback
thank you..
Thanks for that
Where is flutter web
You said is coming soon