I am trying to retrieve bunch of images from an api. I want the images to be displayed in Circular form so I am using CircleAvatar Widget, but I keep getting im
CircleAvatar
I had the same problem
CircleAvatar( radius: 30.0, backgroundImage: NetworkImage(imageURL), backgroundColor: Colors.transparent, ));
fixed my issue.