xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.85k stars 630 forks source link

在开启全局断点情况下,3.3.2+1版本会导致NoSuchMethodError卡死 #730

Open ShiChenZhi opened 1 year ago

ShiChenZhi commented 1 year ago

在开启全局断点情况下,3.3.2+1版本会导致NoSuchMethodError问题进而触发断点卡死。 当页面(scrollView)挂载了easy_refresh时,初次加载或者轻微滑动,都会导致NoSuchMethodError问题触发断点。 3.3.0版本则正常。