在 flutter 中使用嵌套 listview 有没有更好的方法?

Is there a better way using nested listview in flutter?

提问人:Afnan 提问时间:10/22/2023 最后编辑:James ZAfnan 更新时间:10/22/2023 访问量:43

问:

我想设计一个使用多个列表视图构建器的页面。

任何人都可以建议我更好的方法或使用嵌套效果应用程序的性能。

这是我想要的设计

image

flutter listview 嵌套列表 flutter-listview

评论


答:

0赞 Abhishek Karad 10/22/2023 #1

您可以使用 Slivers for Performance 来处理多个 ListView 生成器 https://docs.flutter.dev/ui/layout/scrolling/slivers

更多细节

https://www.youtube.com/watch?v=LUqDNnv_dh0