A ScrollablePositionedList in which items can be grouped into sections with sticky headers.
184
stars
71
forks
source link
When list is being used in reverse then jumpTo/scrollTo index 0 fails, it always takes you to index 1 #52
Open
ps9310 opened 2 years ago
Following is my code snippet
Whenever user adds a new message, I'm calling following code to take user to first message in chat, which is taking me to index 1 instead of 0.