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!
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.
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!
Thanks for sharing!
Awesome vid, added value defo going to use this going forward :)
Thank you so much!
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.
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 :/
sir, how to convert data from listview to paragraph?