card_stack_swiper 1.0.2 copy "card_stack_swiper: ^1.0.2" to clipboard
card_stack_swiper: ^1.0.2 copied to clipboard

A highly customizable and smooth card stack swiper widget for Flutter, supporting interactive gestures and programmatic control.

1.0.2 #

Changed #

  • Increased MinimumOSVersion from 12.0 to 13.0 in AppFrameworkInfo.plist.
  • Updated IPHONEOS_DEPLOYMENT_TARGET from 12.0 to 13.0 in project.pbxproj.
  • Bumped version to 1.0.2 in pubspec.yaml.

1.0.1 #

Changed #

  • Refactored code for improved readability and maintainability
  • Update version to 1.0.1

1.0.0+4 #

Changed #

  • Refactor drag update logic in card_animation.dart for improved readability and maintainability
  • Update version to 1.0.0+4 and document changes in CHANGELOG.md

1.0.0+3 #

Fixed #

  • Update version to 1.0.0+3 and document changes in CHANGELOG.md

1.0.0+2 #

Fixed #

  • Update version to 1.0.0+2 and improve code formatting for constructors

1.0.0+1 #

Changed #

  • Refactored internal code for improved readability and consistency.
  • Optimized gesture handling logic in _onPanEnd and _onPanUpdate

1.0.0 #

Added #

  • Initial release of the card_stack_swiper package
  • Swiping in all four directions (left, right, top, bottom) with AllowedSwipeDirection
  • Programmatic control via CardStackSwiperController (swipe, undo, moveTo)
  • A comprehensive suite of callbacks: onSwipe, onUndo, onEnd, onPressed
  • Real-time swipe direction tracking with onSwipeDirectionChange
  • isDisabled and onTapDisabled properties to control user interaction
  • initialIndex property to start the stack at a specific card
  • isLoop property for infinite scrolling
  • cardBuilder now provides horizontalOffsetPercentage and verticalOffsetPercentage for creating interactive cards
  • Performance optimization using AnimatedBuilder to prevent unnecessary widget rebuilds
  • Full Dartdoc documentation for the public API
11
likes
160
points
225
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A highly customizable and smooth card stack swiper widget for Flutter, supporting interactive gestures and programmatic control.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on card_stack_swiper