How to make ListWheelScrollView horizontal

后端 未结 3 1711
有刺的猬
有刺的猬 2021-01-18 04:07

I Am trying to have a horizontal ListView Widget that magnifies the center items. I tried using the normal ListView but I couldn\'t get the center

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 04:34

    You can use this flutter package https://pub.dev/packages/carousel_slider. It also has a very helpful description and few samples to see how it looks. And it's compatible with dart 2.0 too.

提交回复
热议问题