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.89k stars 633 forks source link

ListView里面套ListView,手动执行 refreshController.callRefresh() 失效 #844

Closed M2dL1fe closed 2 months ago

M2dL1fe commented 3 months ago

里面的ListView足够长的时候,ios和android都有此问题,去掉里面的ListView就没此问题

https://github.com/xuelongqy/flutter_easy_refresh/assets/8074125/46ae40c0-fab3-4515-b596-298536a1784c

M2dL1fe commented 3 months ago

可以明显的看到,下拉刷新的那个 圈 ,没有跑到位,就回去了 下面是里面包的 ListView image

xuelongqy commented 2 months ago

README第一条,作用域问题

M2dL1fe commented 2 months ago

下拉刷新的列表是 通过 EasyRefresh.builder 构造 ,使用了里面的 physics