You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I’ve been using style_text and it works great. However, I’ve encountered an issue. The problem arises when style_text is used inside a listview.builder to display a list. There is no issue when scrolling down, but when I scroll back up to check the previous list items, it starts to stutter. I believe this might be due to the way listview.builder works, where widgets for off-screen areas are disposed of, causing this issue. Is there any solution to this?
The text was updated successfully, but these errors were encountered:
@jusunj I think the problem is in the asynchronous rendering of StyledText. What version of StyledText are you using? In version 9.0.0 the renderer is replaced with synchronous, have you tried this version?
Hello,
I’ve been using style_text and it works great. However, I’ve encountered an issue. The problem arises when style_text is used inside a listview.builder to display a list. There is no issue when scrolling down, but when I scroll back up to check the previous list items, it starts to stutter. I believe this might be due to the way listview.builder works, where widgets for off-screen areas are disposed of, causing this issue. Is there any solution to this?
The text was updated successfully, but these errors were encountered: