huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Setting childAspectRatio to lower than 1 is causing weird reorder animation #8

Closed bluntmess closed 3 years ago

bluntmess commented 3 years ago

Hello, when I try to set childAspectRatio to lower than 1 then the reorder animation is not aligned and the reordered widgets are overlapping. Also, the childAspectRatio property is very important for me because without it we will get overflow issues when trying to create bigger widgets in gridview.

Here is the sample video showcasing the issue: Android Emulator - New_Device_API_30_5554 2021-07-26 01-23-05

huhuang03 commented 3 years ago

Yes, it's a bug. You can try 1.1.0-alpha.1, fixed it.

bluntmess commented 3 years ago

Thank you for fixing it.