swipeable_card 1.0.2 swipeable_card: ^1.0.2 copied to clipboard
Add swipeable card-like widgets for games or interactive onboarding screens
[1.0.2] - May 15, 2020 #
- Added
scrollSensitivity
(useful for larger displays) - Added demo
[1.0.1] - May 13, 2020 #
- Fixed issue where card would stick to side of screen
[1.0.0] - May 13, 2020 #
- Made card movement more smooth in general
- Using curves for animation
- Removed need for:
outsideScreenHorizontalValue
outsideScreenVerticalValue
- Split on horizontal swipe to on left and right swipe functions
- Changed function names for
SwipeableWidgetController
(shortened)
[0.0.1] - May 10, 2020 #
- Added
SwipeableWidget
- Can be swiped horizontally then execute a function
- Can be swiped vertically then execute a function
- Added
SwipeableWidgetController
to automatically swipe cards:_swipeableWidgetController.triggerHorizontalSwipeLeft()
_swipeableWidgetController.triggerHorizontalSwipeRight()
_swipeableWidgetController.triggerVerticalSwipeTop()
_swipeableWidgetController.triggerVerticalSwipeBottom()
- Added fully featured example (see
examples/
folder)