swipable_stack 0.5.0
swipable_stack: ^0.5.0 copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
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.