Flutter Tutorial - Flutter Keys

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 18

  • @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 :)

  • @Keldarius
    @Keldarius 3 года назад +1

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

  • @bulaimu1
    @bulaimu1 5 лет назад +1

    Awesome tut

  • @jefersonmedeiros7677
    @jefersonmedeiros7677 5 лет назад +1

    Great work. Congrats!

  • @printfmit9744
    @printfmit9744 5 лет назад +1

    great video, thank you so much

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

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

  • @MrDavidkayode
    @MrDavidkayode 4 года назад

    please how did you validate you Dropdownfield

  • @sujiththycattussery
    @sujiththycattussery 5 лет назад +2

    Please make an image gallery app

  • @mrpakravian
    @mrpakravian 5 лет назад +1

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