Search code examples
flutterlayout

Is there any effective way to generate custom shape in flutter?


I am wondering if is there any efficient way to create a custom shape like this, where I can change the color of each segment?

enter image description here


Solution

  • The best thing you can use is Flutter Shape Maker

    Fun Fact: If you know some basics how to draw, it will be fun! It can generate the custom clipper code for you!

    Shape Maker Official Website

    Reference Video 1 (Basic and Old)

    Reference Video 2

    Reference Video 3

    Been using for some production based application, and working very nicely