GeekyAnts / GaugesFlutter

A gauge package for Flutter that displays progress and can be customized for appearance and behavior.
https://pub.dev/packages/geekyants_flutter_gauges
MIT License
70 stars 16 forks source link

Pointer animation #193

Closed SahilSharma2710 closed 1 year ago

SahilSharma2710 commented 1 year ago

Fixes #87,#88,#195 Added Animation for linearGauge container , value bar and pointers.

Each and every animations can be enabled and disabled accordingly with respective duration and animation type.

AnimationBuilder is removed and addListener is added for each controller to listen to the value change and call the needMarkPaint() function

Pointers label bug is also fixed

hasnentai commented 1 year ago

Hi @SahilSharma2710 can add the open issues if they are being fixed in this PR. I belive we have open animations issues.