flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

After 0.4.1, some grid layout is no longer supported.

Open gorillatapstudio opened this issue 4 years ago • 1 comments

Thanks for this library which is awesome! However after 0.4.1, the new options do not work for one scenario: if we need to render arbitrary aspect ratio cards, and emphasize the first one as double width and double height, it's doable by pre 0.4.1, but seems not by the five new styles. check my website https://nebulanewyork.com. when you scroll down, it's the example I described above.

gorillatapstudio avatar Feb 05 '22 03:02 gorillatapstudio

You can easily solve this with two Slivers, the first one with the SliverToBoxAdapter with a StaggeredGrid as its child and the second one with a SliverGrid.

letsar avatar Jul 10 '22 09:07 letsar