swipable_stack 0.8.0
swipable_stack: ^0.8.0 copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
0.8.0 #
- Improve cancel & rewind animation
- Added new options
cancelAnimationCurve&rewindAnimationCurve
- Added new options
- Fix detectable area bug.
- Improve example.
0.7.0+1 #
- Fix typo on CHANGELOG
0.7.0 #
- Add
allowVerticalSwipeotpion- An option to controll the interaction for vertical swipe
- Thanks kevsjh :)
0.6.2 #
- Update state when
itemCountis changed.
0.6.1 #
- Fix [SwipableStackController.currentIndex] update
0.6.0 #
- Add the option
stackClipBehaviourto SwipableStack- You can change the
clipBehaviorof Stack. - Thanks envomer :)
- You can change the
- Optimize the update of SwipableStackController
0.5.0 #
- Add
SwipableStack#swipeAssistDuration- You can change the duration for swipe assist.
- Thanks rogiervandenberg :)
0.4.0 #
- Breaking changes:
- Rename back to
SwipablefromSwipeablefor consistency with package name.- Rename from
SwipeableStacktoSwipableStack. - Rename from
SwipeableStackControllertoSwipableStackController.
- Rename from
- Rename back to
- Be able to change duration of swipe & rewind animation.
- Add
ignoreOnWillMoveNextoption for SwipableStackController#next. - Add
context&indexfor SwipableStack#overlayBuilder to improve customizability.
0.3.0 #
- Breaking changes:
- Rename from SwipableStack to SwipeableStack.
- Rename from SwipableStackController to SwipeableStackController.
- Refactor duration initialization for _swipeAssistController.