quire-io / scroll-to-index

scroll to index with fixed/variable row height inside Flutter scrollable widget
MIT License
518 stars 106 forks source link

When the ListView scrolls to the bottom, the bottom entry and some of the entries on the bottom cannot be scrolled to the begin position. Is there any good solution? #13

Closed love-bk closed 5 years ago

love-bk commented 5 years ago

When the ListView scrolls to the bottom, the bottom entry and some of the entries on the bottom cannot be scrolled to the begin position. Is there any good solution?

love-bk commented 5 years ago

When the ListView scrolls to the bottom, the bottom entry and some of the entries on the bottom cannot be scrolled to the begin position. Is there any good solution?

image

jerrywell commented 5 years ago

you can try to append a suffix entry as the spacing element for it.

love-bk commented 5 years ago

you can try to append a suffix entry as the spacing element for it.

I don't understand very well. Can you describe it in detail?

jerrywell commented 5 years ago

you can set one more index for the extra element and add it to the last one of list children in order to push the list up.

jerrywell commented 5 years ago

i'm closing this issue for the end of conversation.