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

2.1.6 onRefersh 清除数据源之后触发刷新报错 #382

Closed
zzy080615 opened this issue Oct 30, 2020 · 3 comments
Closed

2.1.6 onRefersh 清除数据源之后触发刷新报错 #382

zzy080615 opened this issue Oct 30, 2020 · 3 comments

Comments

@zzy080615
Copy link

The following assertion was thrown while dispatching notifications for ValueNotifier:
flutter: setState() called after dispose(): _EasyRefreshSliverLoadControlState

解决方案在import 'header/refresh_indicator.dart';
在633行修改为
if (mounted)setState(() {});
应该是作者笔误 麻烦下个版本修复

@xuelongqy
Copy link
Owner

非常感谢,将在下个版本修复

@ymwm-lxl
Copy link

我使用的2.1.8还是存在这样的问题,盼处理

@xuelongqy
Copy link
Owner

v3已发布,也许问题得到解决。如果问题依然存在,请重新打开

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

3 participants