appinioGmbH / flutter_packages

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

[appinio_swiper] I want the animation of the sliding card to return to the back, what should I do? #136

Closed lizhuoyuan closed 1 year ago

lizhuoyuan commented 1 year ago

like this: https://gd-hbimg.huaban.com/6cf9189ba924e1853f88340fa94f91b07c11796179d17d-jBsHYv_fw1200

thank u

khanmujeeb687 commented 1 year ago

Hey @lizhuoyuan , This link is not working. please check.

khanmujeeb687 commented 1 year ago

Hey @lizhuoyuan , The link is not working, But in general if you want to unswipe, you can do it like this.

final AppinioSwiperController controller = AppinioSwiperController();

void unSwipe(){ controller.unswipe(); }