- 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
- Add dragStartBehavior and hitTestBehavior
- Thanks to MaddinMade
- Add
detectableSwipeDirections
property.- The set of
SwipeDirection
s you want to detect as white-list.
- The set of
- 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
- Add examples
- Update README
- Bug fixes
- BugFix for [Invalid value: Not in inclusive range #34
]
- Thanks to @martesabt for the bug report.
- Improve cancel & rewind animation
- Added new options
cancelAnimationCurve
&rewindAnimationCurve
- Added new options
- Fix detectable area bug.
- Improve example.
- Add
swipeAnchor
otpion- An option for setting anchor positon of swipe.
- Thanks kevsjh :)
- Fix typo on CHANGELOG
- Add
allowVerticalSwipe
otpion- An option to controll the interaction for vertical swipe
- Thanks kevsjh :)
- Update state when
itemCount
is changed.
- Fix [SwipableStackController.currentIndex] update
- Add the option
stackClipBehaviour
to SwipableStack- You can change the
clipBehavior
of Stack. - Thanks envomer :)
- You can change the
- Optimize the update of SwipableStackController
- Add
SwipableStack#swipeAssistDuration
- You can change the duration for swipe assist.
- Thanks rogiervandenberg :)
- 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.
- Breaking changes:
- Rename from SwipableStack to SwipeableStack.
- Rename from SwipableStackController to SwipeableStackController.
- Refactor duration initialization for _swipeAssistController.