StaggeredGridView
StaggeredGridView copied to clipboard
column count to be auto ?
Can the column count have an auto variable which can be adjusted based on screen width and children width ??
@deathlord87 Possibly. But then how do you determine how wide a column should be?
possibly a way to determine each children/itemWith and adjust/columnWidth based on the children width
I fixed the problem like that: https://github.com/oux/StaggeredGridView/commit/a206beaf251ff36b7e9a6c83862b78cd9c557821
No pull request because I don't know if it's the better way to fix this issue.