-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Can't pull to refresh when using flutter_swiper package #49
Comments
@oha2004 gesture detectors do get a bit 'janky' when conflicting scroll views are present, in this case a vertical scroll view from the This one is highly unlikely but it is worth mentioning this, one very common mistake can also be that your Coming back to my first point, I tried to replicate your issue using the following source code, I would also suggest to share yours if you are unable to resolve this with the following insights.
The following output is received. If you have any further questions feel free to ask. Again if this does not help in resolving the issue post the source code for me to replicate it exactly. |
My code is very similar to yours
Pull to refresh somtimes is working with first element of Swiper but always not with others |
I tried out your code and I noticed that immediately after scrolling the |
I think I may have the same bug, as I can not pull to refresh only when my list is empty.
When viewModel.animalAds are empty, it does not work, however when the list is not empty it works as expected. I tried to change to RefreshIndicator, and it works well with it in both cases. In case you want to see the VerticalGrid widget:
|
Im using a slider from flutter_swiper in my app
The pull function wont work and i cant pull down its stuck for maybe a conflict with
flutter_swiper
The text was updated successfully, but these errors were encountered: