Umair-Syed / Efficient-timer-with-smooth-circular-progress-FLUTTER

Efficient timer with smooth circular progress indicator in flutter. No snappy progress indicator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Efficient Timer with smooth circular progress indicator

-Flutter Animation is used instead of Timer.

-More battery efficient as rebuilds are stopped when app is not active, but counter continues to progress.

-Better frame rate as compared to if Timer is used.

-No snappy progress indicator.

About

Efficient timer with smooth circular progress indicator in flutter. No snappy progress indicator.


Languages

Language:Dart 88.9%Language:Swift 7.9%Language:Kotlin 2.5%Language:Objective-C 0.7%