swipable_stack 0.4.0
swipable_stack: ^0.4.0 copied to clipboard
A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations.
[0.0.1] First release. #
[0.0.2] Update README.md #
[0.1.0-nullsafety.0] Migrate to nullsafety. #
[0.1.0-nullsafety.1] Refactor. #
[0.1.0] Migrate to not nullsafety from 0.1.0-nullsafety.1 #
[0.1.1] Bug fix. #
[0.1.1-nullsafety.0] Migrate 0.1.1 to nullsafety #
[0.1.2] Add caring about unbound height or width. #
[0.1.2-nullsafety.2] Add caring about unbound height or width. #
[0.2.0] Remove the suffix #
[0.2.1] Fix typo. #
[0.3.0] #
- Breaking changes:
- Rename from SwipableStack to SwipeableStack.
- Rename from SwipableStackController to SwipeableStackController.
- Refactor duration initialization for _swipeAssistController.
[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.