I'm trying to display the contents of my HashMap
values in a ListView.builder
widget. Is there a way to do this? With a List
I could simply use the index, but how would that work with a HashMap
without making a List
out of it?
The keys of the map are strings and the values are maps with the data to display.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…