- Added
scrollSensitivity
(useful for larger displays) - Added demo
- Fixed issue where card would stick to side of screen
- 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)
- Improved example
- Improved description of package
- Formatted package files
- 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)