Flutter StaggeredGridView not available on latest version of flutter_staggered_grid_view
What I'm trying to do is have a GridView with a variable/dynamic CrossAxisCount. I have a FutureBuilder retrieving data from an API and sometimes I need to show one item per line and sometimes I need to show two items…