best-flutter / flutter_swiper

The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
MIT License
3.51k stars 717 forks source link

Swiper layout stack and loop false renders one more item #258

Closed andeeDev closed 3 years ago

andeeDev commented 3 years ago

When Swiper has loop false and layout stack it has widget during swipe from left to right.

To reproduce my issue use the code below and add an itembuilder

Swiper(
loop: false,
layout: SwiperLayout.STACK)
denes16 commented 3 years ago

How you solve this?

widiramadhan commented 2 years ago

please tell me how your solve this?