flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

Suggestion for this layout

Open ninoid opened this issue 3 years ago • 2 comments

What is recommended layout for this my scenario. It would be great with some kind of builder because there can be many children. In version 0.4.1 I used countBuilder with itemBuilder and staggeredTileBuilder. Now I am confused what layout to use :)

example

Thanks for any advice

ninoid avatar Sep 18 '22 15:09 ninoid

Do you have only one item taking the whole width? If it's the case I would split it into two widgets, the first one being a simple SliverToBoxAdapter wrapping the header, and the second one a SliverGrid.

letsar avatar Nov 01 '22 10:11 letsar

Do you have only one item taking the whole width? If it's the case I would split it into two widgets, the first one being a simple SliverToBoxAdapter wrapping the header, and the second one a SliverGrid.

Thanks for your answer and for this great library.

ninoid avatar Nov 04 '22 09:11 ninoid