You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using flutter_swiper plugin with layout option called SwiperLayout.Stack for displaying gallery images but SwiperLayout.Stack with (scrollDirection : Axis.Horizontal) property but it works with J swipe not actual one that works with SwiperLayout.Default of scrollDirection : Axis.Horizontal. It does not detect Gesture of Horizontal Swipe. What would be issue?
The text was updated successfully, but these errors were encountered:
I am using
flutter_swiper
plugin with layout option calledSwiperLayout.Stack
for displaying gallery images butSwiperLayout.Stack with (scrollDirection : Axis.Horizontal)
property but it works withJ
swipe not actual one that works withSwiperLayout.Default
ofscrollDirection : Axis.Horizontal
. It does not detect Gesture of Horizontal Swipe. What would be issue?The text was updated successfully, but these errors were encountered: