Home > Enterprise >  How to make a custom ellipse circle in Flutter
How to make a custom ellipse circle in Flutter

Time:03-20

An Ellipse like this

I'm trying to create an ellipse circle. Is there any way to create it using custom painter or clipper?. Thanks.

CodePudding user response:

You can use percent_indicator.

Maybe also try to make its color a gradient.

  • Related