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
I am facing an issue where my Ui freezes when i have more than 10 items in my list: I have a color generator that generates colors efficiently and never regenerates a color for the same list item saved in a map for my list. I tried removing this generator to test if the UI would stop freezing: but the UI still freezes when using grouped listview. I removed grouped listview and created a normal flutter listview. build and the Ui stopped freezing. I even tried creating separate widgets for my Ui and Data (Separation of Concerns)But all my lists that use grouped listview cause the Ui to freeze.:
Suggestions
Please implement lazy loading to the grouped listview library
The text was updated successfully, but these errors were encountered:
RileyManda
changed the title
Ui Freezing when too many items are loaded in the list
Ui Freezing when too many items are loaded in the list-LazyLoading feature request
Apr 17, 2023
I am facing an issue where my Ui freezes when i have more than 10 items in my list: I have a color generator that generates colors efficiently and never regenerates a color for the same list item saved in a map for my list. I tried removing this generator to test if the UI would stop freezing: but the UI still freezes when using grouped listview. I removed grouped listview and created a normal flutter listview. build and the Ui stopped freezing. I even tried creating separate widgets for my Ui and Data (Separation of Concerns)But all my lists that use grouped listview cause the Ui to freeze.:
This is my code snippet with GroupedListView:
Suggestions
Please implement lazy loading to the grouped listview library
The text was updated successfully, but these errors were encountered: