Alexandre Campos
Results
2
comments of
Alexandre Campos
@letsar I guess he have the same problem that im facing, it its impossible to use MasonryGridView.count because it is specified that the tiles can only ocupy one column, and,...
@lucian1024 I fixed my issue using `StaggeredGrid.count`, and passed to the Children a List of `StaggeredGridTile`. Worked like a charm