rvamsikrishna / flutter_fluid_slider

A fluid design slider that works just like the Slider material widget.
MIT License
322 stars 47 forks source link

[Question] - Vertical slider? #7

Open angel1st opened 5 years ago

angel1st commented 5 years ago

Does the slider have a vertical representation? If not, is it possible to be implemented such future?

rvamsikrishna commented 5 years ago

Currently, there is no support for the vertical slider. But it can be implemented in the future when I get some spare time. Thank you for the suggestion.

lavahasif commented 5 years ago

can i resize the height of the slider?

rvamsikrishna commented 5 years ago

@lavahasif currently the height of the slider is fixed to 60.0.

arunshejul commented 4 years ago

@rvamsikrishna - Can we set custom/new height to slider? Thanks in advance.

rvamsikrishna commented 4 years ago

@arunshejul currently it cannot be done.

arunshejul commented 4 years ago

@rvamsikrishna - Thank you for quick response.

PcolBP commented 3 years ago

Have you tried to use https://www.youtube.com/watch?v=BFE6_UglLfQ RotateBox?