Make a Circular Border in Flutter

Last reviewed in January 2020 by Frank Treacy

Need a circular border around an image? Use the CircleAvatar widget:

CircleAvatar(
  radius: 120,
  backgroundImage: NetworkImage('https://source.unsplash.com/collection/4141224')
),

Hit Run to see it live in a Material app!



The best from the Flutter-verse in 3 minutes or less? Join Snacks!

Delivered twice monthly. No link walls. No spam. EVER.