Loading Image and retrieving data in one function | Flutter
i have asynchronous function which is scraping data from website. (I am using http and html plugins). This function fills up my imageUrls List with url's. I am calling out that function in initState and in FutureBuilder. I pass this…