In Flutter we can create a ListView in different ways. we can get data directly from the backend Databases or through APIs also but in this, we have our data at our end we the help of the list we can create the Custome ListView according to the length of our list. You can have a Map List Like this: List<Map> products = [ {“id”: “01” ,”name”:”dnyaneshwar wakshe “}, {“id”: “02” ,”name”:”Aarush Babbar”,},