swipeable_card 1.0.2 copy "swipeable_card: ^1.0.2" to clipboard
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.2] - May 12, 2020 #

  • Improved example
  • Improved description of package
  • Formatted package files

[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)
57
likes
25
pub points
40%
popularity

Publisher

unverified uploader

Add swipeable card-like widgets for games or interactive onboarding screens

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on swipeable_card