-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: scroll optimize #334
fix: scroll optimize #334
Conversation
I have not got a suitable post to test with. #60678 is deep enough but most floors are simply plain texts. We may need a post with many floors which mostly have complex Markdown content to reproduce parsing performance degradation. Some problems noticed:
|
*sigh* I think we need to overhaul the entire |
Update: the 2nd problem seems to be introduced in 2d260ce, where the Anyway, I will rewrite this part. It feels really awkward now. |
…m that the list only shows the first 10 items after clicking "jump to bottom" twice
LGTM. Basic features have been tested, and no bug is found so far. I think we can merge this branch before thorough testing. |
The super_sliver_list package seems to fix this long existing problem mentioned in pr #162 and issue #201. Since the branch is long gone, I am opening a new one here.
I have tested the performance on the material-2 branch, where the improvement is significant.
Before merging this branch, you should test on your own device with a different version of flutter.