How to add circular rating chart in flutter?

Viewed 122

Im trying to add color based on user input. I tried to use custom paint, but unable to add color as for rating visualization.

What I wanna achieve: User will select a number from dropdown and based on the selected value the gradient color will fill . Is it possible just using custom paint?

enter image description here

What I tried, Using custom paint in flutter

enter image description here

1 Answers
Related