suragch / audio_video_progress_bar

A Flutter progress bar widget to show or change the position of an audio or video stream.
https://pub.dev/packages/audio_video_progress_bar
MIT License
71 stars 58 forks source link

Animated thumb glow? #2

Open hacker1024 opened 3 years ago

hacker1024 commented 3 years ago

Would it be possible to animate the thumb glow as it opens, similar to the material Slider?

suragch commented 3 years ago

That is certainly possible. I have some other things I'm working on right now but if you'd like to implement it I'd be glad to add it in.

BraveEvidence commented 1 year ago

This will help https://www.youtube.com/watch?v=IMQdSTlTXjA

RenautMestdagh commented 9 months ago

Any updates on this?

suragch commented 9 months ago

Any updates on this?

No, is this something you're interested in working on? I'd start by reading the source code for the Flutter Slider widget and see how they implemented it.