flutter_easy_refresh icon indicating copy to clipboard operation
flutter_easy_refresh copied to clipboard

3.4.0接入报错

Open LearnMoreAndBetter opened this issue 7 months ago • 3 comments

Flutter: 3.7.13 Dart: 2.9.6 iOS 12.0 截屏2024-07-05 10 05 09 截屏2024-07-05 10 05 33

../../../Documents/pub-cache/hosted/pub.flutter-io.cn/easy_refresh-3.4.0/lib/src/physics/scroll_physics.dart:426:27: Error: The method 'toleranceFor' isn't defined for the class '_ERScrollPhysics'.

  • '_ERScrollPhysics' is from 'package:easy_refresh/easy_refresh.dart' ('../../../Documents/pub-cache/hosted/pub.flutter-io.cn/easy_refresh-3.4.0/lib/easy_refresh.dart'). Try correcting the name to the name of an existing method, or defining a method named 'toleranceFor'. Tolerance tolerance = toleranceFor(position); ^^^^^^^^^^^^

LearnMoreAndBetter avatar Jul 05 '24 02:07 LearnMoreAndBetter