Different circles shape form appbar flutter

Viewed 32

I want to create different locations circles shaped from the app bar using flutter, like this image also without using packages?

1 Answers

This article about flutter custom paints may help a link

Related