edasandesu / flutter_image_slideshow

A simple image slideshow widget. Mainly intended for image widget, but other widgets can also be used.
MIT License
12 stars 19 forks source link

auto scroll still happen when I swipe between images #13

Open kenho85 opened 2 years ago

kenho85 commented 2 years ago

when I set autoPlayInterval to 3 seconds, and when I wait around 2 seconds and then swipe to a different image. After 0.5 seconds or so, it will auto-swipe to the next image. I guess the idea is when I swipe to a different image, the interval should be reset.

abhlabs commented 1 year ago

Agree this would be a very nice feature, the way it works now isn't really how most users would expect it to work.