In Flutter, how do we achieve this UI using custom paint or a custom clipper?
I want to achieve the attached UI widget using custom paint or any other suitable way around, which should work well across different device sizes. image
I want to achieve the attached UI widget using custom paint or any other suitable way around, which should work well across different device sizes. image
I want to create a spiral in flutter which will have a dynamic fill, something like shown below. One way to create is by using multiple semi-circles, but is there a better way to achieve this? The dynamic fill is…