flutter_card_swiper icon indicating copy to clipboard operation
flutter_card_swiper copied to clipboard

Enable to swipe within a PageView/TabBarView

Open mgaucher opened this issue 1 year ago • 5 comments

Hello,

I have a CardSwiper inside my TabBarView that as the isVerticalSwipingEnabled property to false. The problem is that if I try to move horizontally my cards, it will trigger the scroll of the TabView and not the CardSwiper.

I tried to replace in the CardSwiper widget the onPanStart/onPanUpdate/onPanEnd by onHorizontalDragStart/onHorizontalDragUpdate/onHorizontalDragEnd, it works but I don't know if it is the correct way to fix it. Can you check it ? Thanks

mgaucher avatar May 05 '23 07:05 mgaucher