Alireza
Alireza

Reputation: 23

how to make curved widget with custom cliper in flutter

I am trying to make this widget this is my final goal

enter image description here

I tried to follow some tutorials to make curved app bars but i couldn't get to the same result as i want. is there anyway to convert svg curve to this curve clipper?

Upvotes: 1

Views: 240

Answers (1)

Sohel Mahmud
Sohel Mahmud

Reputation: 185

Use Flutter Shape Maker to make any custom shape you want, you can also follow this tutorial

Upvotes: 2

Related Questions