Closed feimenggo closed 8 months ago
周末我再发个版本解决,如果着急可以先按如下处理
ListViewObserver(
child: _buildListView(),
...
+ customTargetRenderSliverType: (renderObj) {
+ return renderObj is RenderSliverVariedExtentList;
+ },
...
);
好的
请升级使用 1.19.1
版本
Version
1.19.0
Platforms
macOS
Device Model
MacBook Pro M1
flutter info
How to reproduce?
当使用ListView的itemExtentBuilder时,无法滚动到指定下标位置。 而不使用itemExtentBuilder时,可以正常滚动到指定下标位置。
Logs
No response
Example code (optional)
No response
Contact
No response