letsar / flutter_staggered_grid_view

A Flutter staggered grid view
MIT License
3.14k stars 510 forks source link

Images are getting chopped,if we make the image to cover the tile. #341

Open Saikumar8thelement opened 7 months ago

Saikumar8thelement commented 7 months ago

Can't the image take the dynamic height and width and adjust within the tile where the image can be viewed without chopping. In previous version of 0.4.1 where the staggeredGrid provides the image to adjust dynamically in the gridtile without chopping the image.