infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

update flutter_staggered_grid_view: ^0.6.1 on develop,please

Open xiaodogaa opened this issue 2 years ago • 4 comments

xiaodogaa avatar Aug 03 '22 04:08 xiaodogaa

waiting for the same, current version has some issues with OutOfMemory exceptions @EdsonBueno

wilz05 avatar Aug 30 '22 05:08 wilz05

flutter staggered grid has changed alot during versions so upgrading isnt simple. instead, staggered grid view could be removed as dependency.

clragon avatar Sep 02 '22 20:09 clragon

flutter staggered grid has changed alot during versions so upgrading isnt simple. instead, staggered grid view could be removed as dependency.

true, but basically most of the developers want to have cross axis count to be changed @ the index level.
like staggeredTileBuilder: (int index) => index % 2 == 0 ? new StaggeredTile.fit(2) : new StaggeredTile.fit(1),

If this/similar functionality can be adopted for the PagedGridView or SilverGrid that would be great.

wilz05 avatar Sep 04 '22 07:09 wilz05

changing the cross axis count cannot be done anymore in the newest version of staggered grid view and the goal of this package isnt to recreate such a feature. so regardless of whether the dependency is upgraded or not, this wont be achieved.

clragon avatar Sep 04 '22 12:09 clragon