TatsuUkraine / flutter_sticky_infinite_list

Multi directional infinite list with Sticky headers for Flutter applications
BSD 2-Clause "Simplified" License
341 stars 31 forks source link

Adding items at the top makes the list jump #33

Closed tudor07 closed 4 years ago

tudor07 commented 4 years ago

When I add more items at the top of the list I want the list to stay in place and user should continue scrolling upward to see the content. Right now after I add items at the top the list instantly jumps to the first item.

TatsuUkraine commented 4 years ago

hello. Thank you for the issue. Could you provide screenshot of this behavior and maybe some code how this can be reproduced?

TatsuUkraine commented 4 years ago

@tudor07

tudor07 commented 4 years ago

@TatsuUkraine My mistake, I needed to use direction: InfiniteListDirection.multi to get this feature (by default it's InfiniteListDirection.single).