appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Swiper: Can you add a LIKE / NOPE while dragging #81

Closed bettysteger closed 1 year ago

bettysteger commented 1 year ago

I would like to have a more tinder feel, for example when you are currently dragging a card (without releasing) to the right a big green LIKE appears on the top left corner of the swipe card. See this screenshot.

Is this possible? onSwipe callback is too late :(

bettysteger commented 1 year ago

Same question: https://stackoverflow.com/q/75844336/595152

mohitclover commented 1 year ago

Can you do some enhancement in this plugin for all. for like tinder feel, For example: When a user swipes a card to like or dislike (RIGHT & LEFT Swipe ), A badge (LIKE & NOPE) needs to display on a particular item.

See this ScreenShot

khanmujeeb687 commented 1 year ago

Hey @bettysteger , @mohitclover This feature will be available in next release.

richardvt commented 1 year ago

No...but I need to remove the badge (LIKE & NOPE) when dragging back to original position. There's no event to fire.

vanosidor commented 1 year ago

Please add swipe progress property to track card dragging to initial position. Thanks!