appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Appinio Swiper swipes twice #162

Closed melihuzunoglu closed 1 year ago

melihuzunoglu commented 1 year ago

Kaynak metin I'm developing an app using appinio swiper in one of my file. I'm not realy sure that the situation already was there at the begening or I'm just realased it. The thing is when i swipe; onSwipe function runing normaly (ex. index:0 swiped) but after one or couple second later next card on the screen (ex. index: 1) disapears itself for no reason (no functions triggers at this time) and the next card (ex. index: 2) is showing. I made cross check with the sample project and couldn't see anything wrong. And it repeats itself on every swipe action.

I couldn't get through it. I do not want to change the companent at now.