MuhammadUsamaSiddiqui / circular_countdown_timer

Make an animated circular countdown using Circular Countdown Timer
MIT License
116 stars 85 forks source link

Change duration from int to Duration #65

Open guyluz11 opened 7 months ago

guyluz11 commented 7 months ago

CircularCountDownTimer(duration: 5) to CircularCountDownTimer(duration: Duration(seconds: 5))

We can improve the code by changing the duration parameter from int in seconds to Duration.

slermo-spiks commented 1 month ago

Hello, You can use something like that I think const Duration(minutes: 15).inSeconds