-
-
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
刷新指示器设置为IndicatorPosition.locator时的问题 #582
Comments
非常感谢。第一点可能是滚动阻力的原因,这个得研究一下;第二点没有及时更新属性,这个在下个版本会改进;第三点没有问题的哈,因为是定位,所以会跟随列表,如果需要消失,使用clamping即可 |
好的,感谢大佬的插件,现在契合业务比较好的刷新插件就是这个了 |
xuelongqy
added a commit
that referenced
this issue
Aug 1, 2022
xuelongqy
added a commit
that referenced
this issue
Aug 1, 2022
3.0.4+1已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用example的tabbarview时结合我的业务改动了一下,发现了一点问题
这是代码:
1.在使用HeaderLocator.sliver()时,如果ExtendedNestedScrollView的headerSliverBuilder里添加了更多sliver组件,HeaderLocator的滑动范围会变小,甚至到了无法触发的地步。如图已经是滑动到最大程度的样子
2.在HeaderLocator.sliver()里,backgroundColor属性只会在滑动时生效,如果滑动时悬停不动或者刷新期间backgroud改变是无法生效的,我在demo中写了个定时器,让Header和SliverAppBar的背景色改变,但是在悬停时或者刷新时,能看到,SliverAppBar的颜色改变了,Header颜色没有,默认的指示器并不会出现这个问题
3.在我注释掉onload里的listCount改变后,footer succeed后并不会自动收起
The text was updated successfully, but these errors were encountered: