flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
Staired Grid Placement algorithm not a 'z'
I changed
static const pattern = [ // StairedGridTile(0.5, 1), // StairedGridTile(0.5, 3 / 4), // StairedGridTile(1.0, 10 / 4),
StairedGridTile(0.5, 1),
StairedGridTile(0.5, 1),
StairedGridTile(0.5, 1),
StairedGridTile(0.5, 1),
];

Is there a question?