diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
691 stars 206 forks source link

Feature Request: animateFromLastPercent always forward #54

Open jameswasher opened 4 years ago

jameswasher commented 4 years ago

If the percent is 0.7 and I change it to 0.1, then the animation goes in reverse (counter clockwise). It would be awesome to have an option where it would animate forward (clockwise). Does that make sense?

diegoveloper commented 4 years ago

can you add more description? sample code working

jameswasher commented 4 years ago

Here is a video trying to explain what I mean ... https://www.dropbox.com/s/64ohc5n22s0jbw5/circular.mp4?dl=0

minlite commented 3 years ago

@jameswasher I've implemented the feature you requested in my fork.

@diegoveloper I will open a PR if you would like to have this feature. Thanks.

diegoveloper commented 3 years ago

that would be great! :) PR's are welcome