matthewfx / sleek_circular_slider

Sleek circular slider for Flutter
MIT License
524 stars 102 forks source link

Ability to show innerWidget in spinnerMode. #39

Closed mekery closed 3 years ago

mekery commented 3 years ago

Awesome widget!

innerWidget not shown in spinnerMode by default, is there any possible to show innerWidget when spinnerMode set true, cause I want to show some tips inside where use as spinner.

Thanks in advance.

matthewfx commented 3 years ago

Hi,

Thanks, man. Re the inner widget and the spinner mode, the short answer is no. The whole widget is animated atm which means the inner widget would be rotating too. I might think about changing the current implementation but to tell you the truth I'm busy and not sure if or when I will be able to do it. The easiest way for you to have something inside the spinner would be to use the Stack widget to add some other widget on top of the spinner. I hope it helps.

Cheers,

mat