swipable_stack 0.6.1 swipable_stack: ^0.6.1 copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
[0.6.1] #
- Fix [SwipableStackController.currentIndex] update
[0.6.0] #
- Add the option
stackClipBehaviour
to SwipableStack- You can change the
clipBehavior
of 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
Swipable
fromSwipeable
for consistency with package name.- Rename from
SwipeableStack
toSwipableStack
. - Rename from
SwipeableStackController
toSwipableStackController
.
- Rename from
- Rename back to
- Be able to change duration of swipe & rewind animation.
- Add
ignoreOnWillMoveNext
option for SwipableStackController#next. - Add
context
&index
for 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.