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_TARGET
from 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
_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
andonTapDisabled
properties to control user interactioninitialIndex
property to start the stack at a specific cardisLoop
property for infinite scrollingcardBuilder
now provideshorizontalOffsetPercentage
andverticalOffsetPercentage
for creating interactive cards- Performance optimization using
AnimatedBuilder
to prevent unnecessary widget rebuilds - Full Dartdoc documentation for the public API