Create a Circular List Tile Progress Indicator in Flutter

I was working on a checklist screen app for my startup and wanted to make a visual representation of the percentage of tasks done for each checklist with the least amount of code possible and external dependencies. I came up with this solution that uses a Stack widget and a CircularProgressIndicator widget. ...

August 5, 2023 · 2 min · Gaëtan Grond