Flutterの issue here によると、TheAuto-Scroll to Indexwhere where cell/item has動的高さは現在サポートされていません。別の解決策を試しましたが、機能しません。
それで、動的な高さのためにListView
をAutoScroll
で作成するための一時的な解決策は何ですか?
何か案が?
現在のオフセットインデックスをどのように観察しますか?
controller.addListener(() {
AutoScrollTagState sts = controller.tagMap[0];
print(sts);
});