flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
After 0.4.1, some grid layout is no longer supported.
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.
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.