Flutter Tutorial - Flutter Keys

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

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

  • @muhammadkashif7209
    @muhammadkashif7209 4 ปีที่แล้ว

    your way of teaching is very clear without any time wasting

  • @gatrixgalban7710
    @gatrixgalban7710 5 ปีที่แล้ว +4

    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

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว

      Thanks Gatrix galban , appreciate your feedback

  • @Constantine..
    @Constantine.. 5 ปีที่แล้ว +1

    Finally you uploaded the code to the githab!
    Well done!
    Like from me :)

  • @nikhilsingh-te8hn
    @nikhilsingh-te8hn 5 ปีที่แล้ว +1

    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.

    • @whatsupcoders
      @whatsupcoders  5 ปีที่แล้ว

      Thanks Nikhil, feedback considered

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

    Awesome tut

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

    Great work. Congrats!

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

    Thanks a lot for your vidéo, very useful ... Like from me 👍🏽😊

  • @MrDavidkayode
    @MrDavidkayode 4 ปีที่แล้ว

    please how did you validate you Dropdownfield

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

    great video, thank you so much

  • @kh_ysf
    @kh_ysf 5 ปีที่แล้ว

    many thanks ♥️

  • @yuhabkat
    @yuhabkat 4 ปีที่แล้ว

    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..

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

    Thanks for that
    Where is flutter web
    You said is coming soon