furkantektas / timeline_list

Timeline widget for flutter
MIT License
394 stars 90 forks source link

How to scroll to the item when push back? #8

Closed ericgarner closed 4 years ago

ericgarner commented 4 years ago

Hi Team,

I would like to scroll the screen to the Timeline item when click to back button. How could I do that? Thanks.

furkantektas commented 4 years ago

Hi Eric, Timeline List uses a ListView underneath. You may use ScrollController and/or PageStorageKey to preserve scroll location.

ericgarner commented 4 years ago

Thanks furkantektas, it worked.

furkantektas commented 4 years ago

You are welcome!