'How to add circular rating chart in flutter?

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



Solution 1:[1]

Using spider_chart and flutter_radar_chart you can create this type of chart.

Here, I founded python code you can check this link. may solve your problem here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rohit Chaurasiya