You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(() {});
应该是作者笔误 麻烦下个版本修复
The text was updated successfully, but these errors were encountered:
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(() {});
应该是作者笔误 麻烦下个版本修复
The text was updated successfully, but these errors were encountered: