letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.15k stars 510 forks source link

Can I change the placement algorithm for StaggeredGrid to Left-most and then top-most #284

Open westlinkin opened 1 year ago

westlinkin commented 1 year ago

Currently, it's Top-most and then left-most, but the result looks a bit weird. How can I update the left-most first, and then top-most

This issue also stated that the placement is kinda wrong

aaron-chu commented 1 year ago

I faced the same problem, could you support the left-most first and then the top-most placement algorithm?

honghai2196 commented 4 months ago

any update in this issue. I want change the placement algorithm in masonry grid.

DavidOrakpo commented 3 months ago

Any luck with this?