flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
Can I change the placement algorithm for StaggeredGrid to Left-most and then top-most
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
I faced the same problem, could you support the left-most first and then the top-most placement algorithm?
any update in this issue. I want change the placement algorithm in masonry grid.
Any luck with this?