- Bug fixes:
- Swiper renders the topmost background card for all background positions Appinio swiper
- _AppinioSwiperState#b3f89(tickers: tracking 1 ticker) was disposed with an active Ticker.
- Failed assertion: line 314 pos 15: 'opacity >= 0.0 && opacity <= 1.0': is not true Appinio swiper
- All background cards have the same style
- Features:
- The controller now exposes all relevant card state (index, card offset+rotation, etc).
- The controller now has animateTo to arbitrarily animate the top card’s offset.
- Added onSwipeEnd, onSwipeBegin and onCardPositionChanged methods to give the swipe information.
- Added SwiperActivity class to give more information during card swipe.
- Better documentation, linting and code formatting.
- Features:
- Custom background card spacing.
- onSwipeCancelled event.
- Features:
- You can pass any combination of SwipeOptions.
- You can decide how many background cards you need.
- Features:
- You can add a listener and check in which direction the card is being swiped.
Features:
- Breaking change - Replaced the list of cards with cardsBuilder.
- Trigger swipe up & down through controller.
- Restrict horizontal or vertical swipe.
- Set looping for card swipe.
Fixes:
- NoSuchMethodError When onSwipe method is not provided.
Features:
- Detect the directi on (left, right, top, bottom) in which the card was swiped away.
- Unswipe all cards.
- Trigger swipe through controller.
- Bug fix.
- Feature: Sending Feedback when widget is unswiped.
- Initial version