https://gist.github.com/gabrielemariotti/e81e126227f8a4bb339c
Android为 RecyclerView 提供了 SimpleSectionedListAdapter 。
这在Flutter中可以使用嵌套ListView和GridView或CustomScrollView实现。
问题在于,第一种解决方案的性能不如后者,而且后者目前存在漏洞:https://github.com/flutter/flutter/issues/16125
那么还有另一种偏向性能的方法吗?