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
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
Share Improve this question asked 23 hours ago Prabhu MPrabhu M 3,6009 gold badges50 silver badges87 bronze badges 1- 3 Try this: youtube/watch?v=uGS-qVUCByQ – Aks Commented 23 hours ago
1 Answer
Reset to default -1You 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.