ListView scroll offset issue in flutter

喜欢而已 提交于 2021-02-11 15:48:59

问题


With the new ListView add two or more children.

Scroll down the list to the point where the first child is entirely off the screen.

Scroll all the way back up to the initial position. The ListView shows nothing on screen (just white empty space).

Currently I'm facing this problem after upgrading the flutter to the latest version. Please help me fixing this issue.

https://github.com/flutter/flutter/issues/8155

My error and issue is exactly same as provided in this case.

来源:https://stackoverflow.com/questions/63322644/listview-scroll-offset-issue-in-flutter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!