I'm attaching a video regarding an issue with scrolling, specifically with the slipping of elements in a ListView with dynamic content. I partly understand that the issue might be with the widget itself, but I’m not sure how to resolve the slipping problem.
The main issue is that during loading, ListView doesn't know the size of its child elements, causing the slipping. Meanwhile, the Column widget doesn't have this issue, and everything scrolls correctly. However, the Column widget cannot use the scrollToEnd action, which is crucial for data types like a message list.
Any help would be appreciated if anyone has encountered this issue before. I've added a video for better understanding.