add image placeholder code example
Example 1: placeholder image
// This is the URL for the placeholder image
// To resize the image, change the last part of the URL to any size you want
https://via.placeholder.com/350x150
Example 2: how to give placeholder to image.network
FadeInImage(image: NetworkImage(url), placeholder: AssetImage(assetName)