【发布时间】:2019-09-03 23:23:26
【问题描述】:
https://gist.github.com/gabrielemariotti/e81e126227f8a4bb339c
Android 为 RecyclerView 提供 SimpleSectionedListAdapter。
这可以在 Flutter 中使用 Nested ListView 和 GridView 或 CustomScrollView 来实现。
问题在于,第一个解决方案的性能不如后一个解决方案,而后一个解决方案现在有问题:https://github.com/flutter/flutter/issues/16125
那么还有其他有利于性能的方法吗?
【问题讨论】:
-
我希望实现相同的布局。您是否设法在 Flutter 中实现了这一点?
-
也需要这个。
标签: performance listview gridview flutter customscrollview