swipable_stack 2.0.0 swipable_stack: ^2.0.0 copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder.
[2.0.0] #
- Update for Flutter V3
- Improve touch & feelings in Scrollable
- adds
dragStartBehavior
andhitTestBehavior
- adds dragstart animation
- Thanks to MaddinMade
- adds
- adds readme badges
- Thanks to MaddinMade
[1.3.0] #
- Add dragStartBehavior and hitTestBehavior
- Thanks to MaddinMade
[1.2.0] #
- Add
detectableSwipeDirections
property.- The set of
SwipeDirection
s you want to detect as white-list.
- The set of
[1.1.0] #
- Improve builder & overlayBuilder
- You can get more information in builder from
SwipeProperties
(e.g.stackIndex
) - BREAKING: bundled a lot of parameters of the builder into
SwipeProperties
. - Thanks to MaddinMade
- You can get more information in builder from
[1.0.0] #
- Add examples
- Update README
- Bug fixes
[0.8.1] #
- BugFix for [Invalid value: Not in inclusive range #34
]
- Thanks to @martesabt for the bug report.
[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
allowVerticalSwipe
otpion- An option to controll the interaction for vertical swipe
- Thanks kevsjh :)
[0.6.2] #
- Update state when
itemCount
is changed.
[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.