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.83k stars 628 forks source link

bug:MaterialHeader样式存在性能问题,会不一直rebuild,example示例里面是必现的。 #808

Closed zhongxuerui521 closed 4 months ago

zhongxuerui521 commented 4 months ago

MaterialHeader样式会不断触发界面刷新,使用性能调试工具Performace模式下可以观测到。example示例里面是必现的。

zhongxuerui521 commented 4 months ago

重写_MaterialIndicator里面的_buildIndicator方法解决了。原因是RefreshProgressIndicator会一直在不可见的状态下刷新UI