The center circular area is actually a progressbar surrounded by profile picture. I need to show progress using animation. I can get required assets from designer. I am able to achieve the main layout . But I need help in related centre circular layout
1 Answer
You can use a CircularProgressIndicator within a Stack and add the needed profile widget over it. Make sure to set the alignment to center in the Stack widget.
If you need the exact UI shown, then you might need to look for other progress indicators in the pub.dev to match with the requirements. The progress indicator shipped with the SDK does not provide much customizability.
