We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My application is using the Swiper component to display Cards. Cards can be added or removed from the Swiper.
When there is only 1 Card, i need to disable Swiping. Is there an option for that or a generic solution provided by Widget component ?
The text was updated successfully, but these errors were encountered:
Just add physics: NeverScrollableScrollPhysics(), and it won't swipe.
physics: NeverScrollableScrollPhysics(),
Sorry, something went wrong.
using NeverScrollableScrollPhysics to prevent swipe didn't worked. I'm using Tinder layout.
NeverScrollableScrollPhysics
Hi @loolooii physics: NeverScrollableScrollPhysics() in swiper not working
physics: NeverScrollableScrollPhysics()
No branches or pull requests
My application is using the Swiper component to display Cards.
Cards can be added or removed from the Swiper.
When there is only 1 Card, i need to disable Swiping.
Is there an option for that or a generic solution provided by Widget component ?
The text was updated successfully, but these errors were encountered: