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

thumb style #62

Open emreaksel opened 1 year ago

emreaksel commented 1 year ago

how can ı change thumb border thickness and thumb border color

suragch commented 1 year ago

Currently it isn't possible to change the thumb style. Can you post an image of what you would like your progress bar to look like? If there are enough people who need this feature (indicate that with a thumbs up on the original post), I'm willing to consider implementing it. In the mean time, you'll need to copy the source code to your project and edit it yourself.

emreaksel commented 1 year ago

i need this development, i will make it myself and send it to you. If you see fit, you can share it with other users.

emreaksel commented 1 year ago

added two new entries, thumbBorderThickness and thumbBorderColor

image https://gist.githubusercontent.com/emreaksel/3ca23c08f07ee768bf4302b34761b603/raw/44cad92819f9ef47bf853c8e1436942606698f82/audio_video_progress_bar

suragch commented 1 year ago

Rather than adding more styling options, I wonder if we should make the thumb a widget itself. Then the thumb widget could have any sort of styling the user could imagine.

tushar0518 commented 1 year ago

Rather than adding more styling options, I wonder if we should make the thumb a widget itself. Then the thumb widget could have any sort of styling the user could imagine.

that would be great @suragch so sometimes we want TimeLabel inside the thumb in that particular case thumb as a widget would be a blessing.