Image.network is not working on Emulator Flutter

I am developing a flutter app and using Image.network to load the image from the internet but it is not loading the image. Is there anything wrong in the syntax that I am using? Below is the code

Image.network(
  'https://placeimg.com/640/480/any',
)
0 Answers
Never leave your website again in search of code snippets by installing our chrome extension.