ListView.builder(...)
This widget is used to create items in a list from a list.
We need to create a list
2. We create the ListView.builder
more info in https://medium.com/@AnInsightfulTechie/flutter-displaying-dynamic-contents-using-listview-builder-f2cedb1a19fb
Last updated