swipable_card 0.0.3
swipable_card: ^0.0.3 copied to clipboard
swipable_card is a Flutter package that makes it easy to implement swipeable card layouts, inspired by Tinder-style gestures.
Changelog #
All notable changes to this package will be documented in this file.
0.0.3 #
- Fixed multiple card swap unique key violation error.
0.0.2 #
- Added documentation for SwipeCards and SwipeCardsController.
- Fixed public_member_api_docs lint warnings.
0.0.1 - 2025-08-24 #
Added #
- Initial release of
swipable_cardFlutter package. - Tinder-style swipeable cards with left, right, up, and down gestures.
- Smooth built-in animations for card transitions.
- Configurable card stack layout with looping option.
- Example app demonstrating usage of the package.
Fixed #
- N/A
Deprecated #
- N/A
Removed #
- N/A