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
Compiler message:
file:///Users/wujie/.pub-cache/hosted/pub.flutter-io.cn/pull_to_refresh-1.1.5/lib/src/internals/indicator_wrap.dart:105:46: Error: The argument type 'Null Function(Null)' can't be assigned to the parameter type 'dynamic Function(void)'.
Try changing the type of the parameter, or casting the argument to 'dynamic Function(void)'.
_sizeController.animateTo(minSpace).then((Null val) {
The text was updated successfully, but these errors were encountered:
Compiler message:
file:///Users/wujie/.pub-cache/hosted/pub.flutter-io.cn/pull_to_refresh-1.1.5/lib/src/internals/indicator_wrap.dart:105:46: Error: The argument type 'Null Function(Null)' can't be assigned to the parameter type 'dynamic Function(void)'.
Try changing the type of the parameter, or casting the argument to 'dynamic Function(void)'.
_sizeController.animateTo(minSpace).then((Null val) {
The text was updated successfully, but these errors were encountered: