How to position a widget relative to another widget?

80 Views Asked by At

Hi I have a circular container and I have to place smaller circular containers at 30 degrees apart on the bigger container (total 12 smaller circles). The smaller circular container center points should always on the circumference of the bigger circle and equally spaced. How can I achieve this in flutter. The smaller circle should always be on the bigger circle even if the bigger circle is scaled (responsive layout) How can I achieve this in flutter UI? Thanks.

Smaller circles on the large circle in flutter UI

0

There are 0 best solutions below