card_stack_swiper 1.0.2
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_TARGETfrom 12.0 to 13.0 inproject.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+1 #
Changed #
- Refactored internal code for improved readability and consistency.
- Optimized gesture handling logic in
_onPanEndand_onPanUpdate
1.0.0 #
Added #
- Initial release of the
card_stack_swiperpackage - 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 isDisabledandonTapDisabledproperties to control user interactioninitialIndexproperty to start the stack at a specific cardisLoopproperty for infinite scrollingcardBuildernow provideshorizontalOffsetPercentageandverticalOffsetPercentagefor creating interactive cards- Performance optimization using
AnimatedBuilderto prevent unnecessary widget rebuilds - Full Dartdoc documentation for the public API
