Home > Software engineering >  How to make Circle with wavy border in Flutter to show Image?
How to make Circle with wavy border in Flutter to show Image?

Time:12-17

I want to make circle container with wavy border. For that, I used enter image description here

I want like below

enter image description here

CodePudding user response:

I achieved it using the same StarClipper file of enter image description here

CodePudding user response:

Check this package flutter_custom_clippers. I think it's helpful.

  • Related