flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

How to config the height of each row not equal to the width of each column (Quilted) /occupy 1-N columns (Aligned)

Open TangSirOnGit opened this issue 2 years ago • 1 comments

Quilted

  • Quilted Grid Layout

This layout emphasizes certain items over others in a collection. It creates hierarchy using varied container sizes and ratios.

This is a specific delegate for the built-in GridView (or SliverGrid) widget. That's why the example below will create such a layout with a GridView.

  • Grid properties
    • The height of each row is equal to the width of each column

how can I config the height of each row not equal to the width of each column?

like this:

image

TangSirOnGit avatar Sep 28 '22 06:09 TangSirOnGit

The same question, does anyone know how to do it? Transversely rolling

mdddj avatar Oct 10 '22 10:10 mdddj