- Update for Flutter V3
- Improve touch & feelings in Scrollable
- adds
dragStartBehaviorandhitTestBehavior - adds dragstart animation
- Thanks to MaddinMade
- adds
- adds readme badges
- Thanks to MaddinMade
- Add dragStartBehavior and hitTestBehavior
- Thanks to MaddinMade
- Add
detectableSwipeDirectionsproperty.- The set of
SwipeDirections 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
swipeAnchorotpion- An option for setting anchor positon of swipe.
- Thanks kevsjh :)
- Fix typo on CHANGELOG
- Add
allowVerticalSwipeotpion- An option to controll the interaction for vertical swipe
- Thanks kevsjh :)
- Update state when
itemCountis changed.
- Fix [SwipableStackController.currentIndex] update
- Add the option
stackClipBehaviourto SwipableStack- You can change the
clipBehaviorof 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
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.
- Breaking changes:
- Rename from SwipableStack to SwipeableStack.
- Rename from SwipableStackController to SwipeableStackController.
- Refactor duration initialization for _swipeAssistController.