appinio_swiper library
Classes
- AppinioSwiper
- AppinioSwiperController
- A controller used to control an AppinioSwiper,
- CancelSwipe
- A return to center triggered when a user releases a drag without having reached AppinioSwiper.threshold
- DrivenActivity
- An animation triggered by AppinioSwiperController.animateTo.
- Swipe
- A swipe triggered either by the controller or a user drag.
- SwipeOptions
- SwiperActivity
- An activity that moves the top card with a beginning and an end.
- SwiperPosition
- The position of the swiper.
- Unswipe
- An unwwipe which undoes the last Swipe activity.
Extensions
Typedefs
- OnSwipe = void Function(int previousIndex, int targetIndex, SwiperActivity activity)