Skip to content
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

v2问题 #121

Closed
mcxinyu opened this issue Aug 4, 2019 · 5 comments
Closed

v2问题 #121

mcxinyu opened this issue Aug 4, 2019 · 5 comments

Comments

@mcxinyu
Copy link

mcxinyu commented Aug 4, 2019

使用全局 header 和 footer:
1、下拉刷新进程不会触发状态的改变,例如一直显示向下箭头和“下拉刷新”字样,正常情况下应该变成“释放刷新”。
2、有时又会变成下拉还没松手自动就刷新了。
3、下拉时系统必然报错:

I/flutter ( 5756): Another exception was thrown: 'package:flutter/src/rendering/box.dart': Failed assertion: line 1692 pos 18: 'debugDoingThisResize || debugDoingThisLayout ||
I/flutter ( 5756): Another exception was thrown: 'package:flutter/src/rendering/box.dart': Failed assertion: line 1692 pos 18: 'debugDoingThisResize || debugDoingThisLayout ||
I/chatty ( 5756): uid=10350(com.sxmd.tornado.host) Thread-7 identical 2 lines

4、加载更多的情况下,会 overflowed。
5、加载更多,当没有更多之后,无法在显示footer,同时 header 也无法触发刷新。

还没测试使用自定义 header 和 footer 的情况。

@mcxinyu
Copy link
Author

mcxinyu commented Aug 4, 2019

以上有些问题可以在“swiper”demo 中得到复现

@xuelongqy
Copy link
Owner

xuelongqy commented Aug 6, 2019

Swiper示例中忘了加ScrollNotificationInterceptor,这是用来解决滚动冲突的。最新示例已上传

@xuelongqy
Copy link
Owner

3、4、5的问题暂时没发现,你可以提供一下你的示例代码

@mcxinyu
Copy link
Author

mcxinyu commented Aug 6, 2019

好,我再找时间按demo试一下,有问题我再给下代码。问题先不关闭,3Q~

@xuelongqy
Copy link
Owner

第四点已修复,第五点可以参考基本示例的没有更多处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants