Flutter中ListView如何根据index滚动到相应位置
好久没有写文章,这一年因为河南村镇银行那破事,不得不腾出大量时间来wq和讨钱。
因为最近有个Message的需求,点击消息的引用文字要滚动到相应的那一项去,所以去pub.dev找了一下相对应的库。记录一下~
一共试用了三个库。
一、flutter_list_view
1.1 pubspec.yaml引用
dependencies:
flutter_list_view: ^1.1.18
1