fluttercandies / flutter_scrollview_observer

A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
https://pub.dev/packages/scrollview_observer
MIT License
438 stars 47 forks source link

[Feature request] 如何无动画默认跳到指定位置 #89

Closed peng093 closed 2 months ago

peng093 commented 2 months ago

Platforms

Android

Description

比如 ,进入页面的时候,加载完所有列表默认跳转到第500条索引,scrollController.jumpTo(index: 500);会一直滑动很久才到,这种体验不好,需求是无动画的并且迅速定位到位置

Why

No response

LinXunFeng commented 2 months ago

https://github.com/fluttercandies/flutter_scrollview_observer/issues/5 重复

这个库只是观察,所以无法从根本上解决这个问题。