flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

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

Open desire0420 opened this issue 1 year ago • 2 comments

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

desire0420 avatar Feb 21 '23 03:02 desire0420

same problem here, someone please help

ZheruiL avatar Apr 16 '23 09:04 ZheruiL

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

ZheruiL avatar Apr 19 '23 02:04 ZheruiL