compose-tinder-card icon indicating copy to clipboard operation
compose-tinder-card copied to clipboard

A Jetpack Compose Modifier that enables Tinder-like card gestures.

Results 7 compose-tinder-card issues
Sort by recently updated
recently updated
newest added

Expose some sort of `SwipeableCardState.reset()` function that can be used to undo a swiping of a card.

enhancement

I have identified an issue in the sample project. I added logs during the loading of ProfileCard, CircleButton, and Box. Currently, when you swipe in any direction, all these views...

Hi there! I've been using the library and have been impressed with its functionality. However, have you considered removing platform-specific implementation and making the library multiplatform?

How to know when the swipe is successful and the item is dismissed? I can't find any callback for this.

Hi Alex, thanks for making this library, are you planning on releasing the next version soon? I have tested the latest code and the changes you made to the graphics...

Our app support minimum sdk 21 , when I use this library it will not added due to min sdk 24 . I have to extract swipeable code manually without...