How to Create a Round Image in Flutter
Sometimes, we may want to show images in rounded shapes in our apps. One such example is the profile image of the user. In this Flutter tutorial, let’s check how to add a rounded image in Flutter. In the previous blog post, how to add an image with rounded corners we used the ClipRRect widget….