My images are all hosted in AliCloud, I can show the image successfully in local developing mode, but failed to display the image in a web build.
Here is the image link and the code:
Container(
child: Image.network(
ImageList[index].image_path,
fit: BoxFit.contain),
),
Any ideas?