karvulf / flutter-reorderable-grid-view

BSD 3-Clause "New" or "Revised" License
156 stars 23 forks source link

Staggered grid view #65

Open NathanFlorins opened 1 year ago

NathanFlorins commented 1 year ago

Is it possible to use a staggered grid view?

karvulf commented 1 year ago

Helloi @NathanFlorins

You mean this package -> https://pub.dev/packages/flutter_staggered_grid_view?

I didn't test it with that but it looks a bit more difficult. I think it is similar to a Wrap which leads into similar issues like this one #28

NathanFlorins commented 1 year ago

Yes this package. I would like to use the Quilted of this package, but I didn't succeed

karvulf commented 1 year ago

ok, yeah i am pretty sure that won't work that easy, because the items can have different sizes, this makes the solution much more complex @NathanFlorins I will mark your request as enhancement, but can't say if and when I could add this support

NathanFlorins commented 1 year ago

Thank you for your answer !!

karvulf commented 1 year ago

Well it's not a bug. I just don't support GridViews which render items with different sizes but it's definitely a thing on my todo list @MhmdFouda

karvulf commented 1 year ago

Unfortunately not, and it could take several month before I could start trying to implement this feature, sry :/ @MhmdFouda