flutter gridview child height 在不同布局下如何实现?

How to realize the flutter gridview child height in different layout?

图中布局高度不一样,怎么办?

您可以使用 StaggeredGridView 插件实现此效果 which can be found here 它将允许您根据内容构建不同大小的网格,或者您还可以自定义某些网格的高度。