ricardodalarme / flutter_card_swiper

A Tinder-like card swiper package. It allows you to swipe left, right, up and down and define your own business logic for each direction.
https://pub.dev/packages/flutter_card_swiper
MIT License
146 stars 70 forks source link

strange when page can scroll #40

Open pokid opened 4 months ago

pokid commented 4 months ago

if the page can be scroll:when scroll pre page,then swipe to next page; the next page will scroll to pre page's position,it looks very strange

pokid commented 4 months ago

and i found the "cardBuilder" called very fruquently

RobinGillitzer commented 2 months ago

Same here. If i scroll one card and then swipe it, the next card will scroll to the previous cards scroll position. Even if the cards have its own scroll controller.

Lok1n8 commented 2 months ago

same issue