8000 Refresh Indicator error · Issue #113 · peng8350/flutter_pulltorefresh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Refresh Indicator error #113

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

Closed
medke opened this issue Jun 25, 2019 · 1 comment
Closed

Refresh Indicator error #113

medke opened this issue Jun 25, 2019 · 1 comment
Labels
need details need more information

Comments

@medke
Copy link
medke commented Jun 25, 2019

I am using pull_to_refresh plugin in two project, they are both running the same code (SmartRefresher that has a ListView child) and on the same machine. One of them is working fine, the second one is showing this error:

I/flutter (31927): ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════
I/flutter (31927): The following NoSuchMethodError was thrown while dispatching notifications for
I/flutter (31927): ValueNotifier:
I/flutter (31927): The method 'call' was called on null.
I/flutter (31927): Receiver: null
I/flutter (31927): Tried calling: call()
I/flutter (31927):
I/flutter (31927): When the exception was thrown, this was the stack:
I/flutter (31927): #0 Object.noSuchMethod (dart:core/runtime/libobject_patch.dart:50:5)
I/flutter (31927): #1 RefreshIndicatorState._handleModeChange (package:pull_to_refresh/src/internals/indicator_wrap.dart:160:16)
I/flutter (31927): #2 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:206:21)
I/flutter (31927): #3 ValueNotifier.value= (package:flutter/src/foundation/change_notifier.dart:266:5)
I/flutter (31927): #4 _RefreshIndicatorState&State&IndicatorStateMixin.mode= (package:pull_to_refresh/src/internals/indicator_wrap.dart:324:28)
I/flutter (31927): #5 RefreshIndicatorState._dispatchModeByOffset. (package:pull_to_refresh/src/internals/indicator_wrap.dart:118:9)
I/flutter (31927): (elided 13 frames from package dart:async)
I/flutter (31927):
I/flutter (31927): The ValueNotifier sending notification was:
I/flutter (31927): ValueNotifier#276ac(RefreshStatus.refreshing)

@peng8350
Copy link
Owner
peng8350 commented Jul 2, 2019

May be headerMode=null,you should debug.If you can give more details,I will find out reason easily

@peng8350 peng8350 added the need details need more information label Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need details need more information
Projects
None yet
Development

No branches or pull requests

2 participants
< 2A23 footer class="footer pt-8 pb-6 f6 color-fg-muted p-responsive" role="contentinfo" >

Footer

© 2025 GitHub, Inc.
0