Flutter: Number picker Horizontal Scroll and selected item always in middle

Viewed 1383

I am working on the number picker with horizontal scroll and the view looks like in the below image.

enter image description here

I have tried to customize this library as per my requirement. But after customize, it looks like this

enter image description here

There is listwheelscrollview for the vertical scroll and for horizontal its added for the new feature https://github.com/flutter/flutter/issues/25074

Any alternative solution for now to make the same view?

0 Answers
Related