I am using Flutter to make a list of information about movies. Now I want the cover image on the left to be a rounded corners picture. I did the following, but it didn’t wor
Use this Way in this circle image is also working + you have preloader also for network image:
new ClipRRect( borderRadius: new BorderRadius.circular(30.0), child: FadeInImage.assetNetwork( placeholder:'asset/loader.gif', image: 'Your Image Path', ), )