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 thumb shape #4

Closed GioPan04 closed 5 months ago

GioPan04 commented 5 months ago

This PR adds the Android 13's like line thumb shape. Closes #3

I also modified the example pubspec.yaml to use the local version of the package for ease of testing

GioPan04 commented 5 months ago

This is how the thumb looks after been enabled via useLineThumb: true image

HannesGitH commented 5 months ago

Well done, thanks for your contribution!