最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

flutter - How to create a layout as shown in the image? - Stack Overflow

programmeradmin4浏览0评论

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
Add a comment  | 

1 Answer 1

Reset to default -1

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.

发布评论

评论列表(0)

  1. 暂无评论