HannesGitH / squiggly_slider

Flutter Package to add the Squiggly Seekbar (introduced in Android 13 for the Media Player) as a Widget
https://pub.dev/packages/squiggly_slider
MIT License
9 stars 3 forks source link

Line as thumb #3

Closed GioPan04 closed 5 months ago

GioPan04 commented 5 months ago

Android 13's slider uses a line as a thumb. I think this should be the default shape used in this package since (as I understood) it tries to recreate the Android 13's slider.

Example: share_9206252043054651770

I think implementing this should be pretty easy since that SliderTheme allows you to customize the thumb shape.

I would like to implement it if you are ok with it :)

HannesGitH commented 5 months ago

fair point, although as this is not a perfect recreation anyway and leans more towards the normal slider, i think the default thumb shape should stay the way it currently is, as that integrates better design-wise with the rest of most apps.

But feel free to add an additional option like useLineThumb that simplifies using your/the A13 theme :)

GioPan04 commented 5 months ago

Okay thanks. I'll work on it as soon as possible