'How to create a widget consisting of different shapes in flutter

I want to create a widget in flutter and that widget must contain different shapes like rectangle, triangle, circle etc. Each of these shapes must also be a widget. Can anyone please tell me how to do it? I am new to flutter.

enter image description here



Solution 1:[1]

You can use custom paint to draw every thing you want,

Refer this tutorial

Example github code

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Saitoh Akira