letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.12k stars 508 forks source link

Maintain list order independent of child size #257

Closed mack-at-pieces closed 2 years ago

mack-at-pieces commented 2 years ago

Is it possible to configure this so that the child items of the grid maintain order independent of their size? I'm experiencing a 2x2 (top-left, top-right, bottom-left, bottom-right) grid going from (0, 1, 2, 3) to (0, 1, 3, 2) when the 0th index increases in height.