How to get images from bing web search apiv7 in my flutter application How to get images from bing web search apiv7 in my flutter application dart dart

How to get images from bing web search apiv7 in my flutter application


webSearchUrl is pointing to a web page with search results, that's why it's not working inside Image.network(). Try to change it to contentUrl for the full image ur; from third party web or thumbnailUrl for the bing hosted small thumbnail url.