flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

How to implement scroll physics and to disable indexChange in STACK layout?

Open lavanoped opened this issue 5 years ago • 8 comments

Swiper param - physics: new BouncingScrollPhysics doesn't seem to work when the looping is disabled. How to implement a feature to disable swiping in a specific direction and if swiped in that direction I want the scroll physics animation to be shown.

Regards, Lavan

lavanoped avatar Aug 30 '18 10:08 lavanoped

I get it, it's a list of cards in vertical direction, when you swipe up, the cards has the same top alignment, if it reached the top of the screen. we'll find way to implement that

jzoom avatar Aug 31 '18 08:08 jzoom

Is there a way not to allow swiping in a specific direction during run time? Like when loop: false, won't allow the user to swipe in that specific direction?

Regards, Lavan

lavanoped avatar Sep 02 '18 07:09 lavanoped

@jzoom Hey, is there any update on this? An option to disable swiping in a specific direction during runtime with bouncing scroll physics would be a blessing!

lavanoped avatar Sep 20 '18 06:09 lavanoped

@jzoom Hey, is there any update on this? Feb 2019 now, still waiting.

lavanoped avatar Feb 27 '19 06:02 lavanoped

I have the same question, @Lavan01 did you fund a solution?

hanielbaez avatar Sep 17 '19 04:09 hanielbaez

Is there any update on this? @Lavan01 , @NoobBaez did you guys found any soloution?

sc-bl avatar Feb 27 '20 09:02 sc-bl

@NoobBaez @sc-bl Sorry to come back to this late. I ended up dissecting the code and used snippets of the code to work the manner I wanted to.

lavanoped avatar May 05 '20 17:05 lavanoped

Hi @Lavan01 have you found the solution for this? Thanks

Abhishek01039 avatar Oct 19 '20 04:10 Abhishek01039