huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Adding mainAxisExtent as a parameter to `count` factory #36

Closed cznico closed 2 years ago

cznico commented 2 years ago

Passing mainAxisExtent to be able to change height of items in the grid (aside from using aspect ratio).

Aaron1338 commented 10 months ago

Hi, you add mainAxisExtent as a parameter but don't add in the SliverGridDelegateWithFixedCrossAxisCount to fix the height

huhuang03 commented 10 months ago

Thank you for reminding, fixed and released in 2.2.9-alpha.3

Aaron1338 commented 10 months ago

Thank you bro!