有没有办法渲染列表然后滚动到底部。
据我所知,当添加新项目时,您可以使用b
手动滚动到底部(如此问题:Programmatically scrolling to the end of a ListView),但如何自动滚动到列表底部建立列表时不添加新项目。
ScrollController
答案 0 :(得分:1)
如果您使用reverse: true
child: new ListView.builder(
reverse: true
https://docs.flutter.io/flutter/widgets/ListView/ListView.builder.html