Flutter - Examples of Dart List Enumeration With Index

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

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

  • @christianmarpert3844
    @christianmarpert3844 3 года назад

    great man , was looking up this stuff yesterday night! And found even another one: .foreachIndexed or .mapIndexed, which omits the casting step and is part of the collection package in flutter as iterable extension. Anyway nice and useful short vid again!

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

    Awesome vid, added value defo going to use this going forward :)

  • @---nw9qu
    @---nw9qu 3 года назад

    Would you consider doing a video on 2 dimensional lists in flutter? I have a need and good examples are hard to find. Especially how to initialize and add data to a 2 dimensional list.

    • @FlutterMentor
      @FlutterMentor  3 года назад

      I'll put this on my list, but to be honest, I've never done that before so I'd have to research. I doubt I'll have time for such a video soon :/

  • @yusuefarsha
    @yusuefarsha 2 года назад

    sir, how to convert data from listview to paragraph?