I want to create a custom timer widget in flutter. The timer should be at the center of the circle and the border of the circle should decrease as the timer decreases. Their should be a circular spot at the end of the border form where it is reducing. I want to apply gradient colors to the border of the circle.
I tried it using Circular progress indicator of flutter but I can’t change the color of border to gradient and I can’t put the spot at the reducing edge of the circle.
2
Answers
It seems like you’re looking for a custom timer widget in Flutter using the percent_indicator package with gradient colors for the border and a timer at the Center of the circle. Here’s a formatted and slightly improved version of the provided example:
Add Your Timer Text Into Text Widget And Percent Field In Widget.
Please check this code snippet