Posts by Victor • 11 points
2 posts
-
0
votes1
answer48
viewsA: Doubt Flutter - List
I used the Join() method to go through the List var list = ['one', 'two', 'three']; var stringList = list.join(""); print(stringList); //
-
0
votes1
answer48
viewsQ: Doubt Flutter - List
Good morning, you guys! I am doubtful to bring the elements of a list. Could someone assist me? I am new to the flutter. What am I doing: I have a list who is called listed that brings me the…