I’m new to Flutter and need help creating a custom widget for displaying the credit score, credit score value will be getting from the api need to ping the value in ui. Can anyone provide guidance or references based on the attached screenshot, have checked over internet there is no any example to create ui like this but there is no luck, please help me out for this
2
Answers
visually there is a nice structure but you will need a lot of effort to do it with Flutter. Such widgets are created by extending the CustomPainter class. So I think it will be useful for you to research concepts such as CustomPaint and CustomPainter.
i have made this for you specially i made is to keep min max dynamic and on Change Post back
now it’s upto you to customize UI further using Custom Painter etc..
how it is looks like now: