-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
v3版本下拉刷新有几率不会弹 #572
Comments
CupertinoHeader 没问题,ClassicHeader 有这个问题 |
不回弹是指?有简单的示例吗? |
刚刚我在v3的example里尝试复现,发现是在嵌套https://pub.dev/packages/card_swiper 这个后会出现这种情况。 |
https://github.com/LailaiMaster/flutter_easy_refresh/tree/issue 我在这里写了一个demo。您可以看下。 |
如果有滚动嵌套,请使用EasyRefresh.builder或用ScrollConfiguration设置作用域。README中写得有哈 |
@xuelongqy 沒有滾動嵌套都會出現這個問題 |
我试过EasyRefresh.builder,没有问题哈 |
可以给个demo吗,v3的example里没有builder的使用例子 @xuelongqy |
readme |
測試步驟:
結果: 向上刷新不會停止 @xuelongqy please follow up |
@xuelongqy please follow up |
我也出现这个问题了?要怎么改啊 |
已修复。可以直接引用github,或者等下个版本发布 |
最新代码示例代码 @@testpage, 点击右下角按钮 也报 |
v3.0.3已解决 |
当在Tabbview中, 有CarouselSlider + Listview 使用ClassicHeader会继续出现不会回弹问题 |
Readme中提到的physics作用域,试试呢? |
大概是因为IndicatorMode.done之后 不会变成IndicatorMode.inactive
The text was updated successfully, but these errors were encountered: