best-flutter / flutter_swiper

The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
MIT License
3.51k stars 717 forks source link

How to solve scroll gesture conflict when vertical swiper in CustomScrollView #277

Open weiminghuaa opened 3 years ago

weiminghuaa commented 3 years ago
CustomScrollView(
     slivers: [
        Swiper(
            scrollDirection: Axis.vertical,
            ...
          ),
         other slivers...
     ]
)