flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

new version 0.6.0 cannot support StaggeredGridView.countBuilder function

Open chhua531001 opened this issue 4 years ago • 4 comments

Sir, why the new version 0.6.0 StaggeredGridView.countBuilder function, i hope the next version, can support this function, thank you.

chhua531001 avatar Jan 05 '22 06:01 chhua531001

No it won't (see https://github.com/letsar/flutter_staggered_grid_view/discussions/210). But you may want to use MasonryGridView instead.

letsar avatar Jan 05 '22 07:01 letsar

@letsar maybe you can add some docs in the readme on how to migrate to the new method? I guess some of the users that use your library is previously using StaggeredGridView.countBuilder

satrio1256 avatar Jan 09 '22 01:01 satrio1256

@letsar maybe you can add some docs in the readme on how to migrate to the new method? I guess some of the users that use your library is previously using StaggeredGridView.countBuilder

Agree, Especially, If we use staggeredTileBuilder in StaggeredGridView.countBuilder before. +1

huhx avatar Jan 09 '22 03:01 huhx

No it won't (see #210). But you may want to use MasonryGridView instead.

Hello, I want to ask the new version to cancel the controller property, how do I know to scroll to the bottom? What I'm doing now is I'm putting it in the listview but it looks like you've made a mechanism to not render pixels before you've reached the viewable area, which causes the listview to listen to Pixels all the time at the bottom

JuYiYang avatar Dec 29 '23 08:12 JuYiYang