letsar / flutter_staggered_grid_view

A Flutter staggered grid view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After updating to latest version you can not use StaggeredGridView.countBuilder

desire0420 opened this issue · comments

commented

i like this lib very much ,but when i update 0.6.0, i don't know how to finish the page ,but in 0.4.1 i can do it.i hope u add
the function again ,or teach me how to do it in new version, thank you.
by the way ,it's many dat
image

same problem here, someone please help

I found a solution: use the SliverList and SliverGrid instead.
ref: SliverList & SliverGrid (Flutter Widget of the Week)