Did you add the required permission to use the internet because you are using the Image.network() widget. If not then add this required permission to your AndroidManifest.xml file
<uses-permission android:name="android.permission.INTERNET"/>