karvulf

Results 98 comments of karvulf

Thank you very much, I will try to check out this in the next days, this week is a little bit busy so, probably I can test it on the...

I tried out your example and I think it won't be that easy to support the drag and drop through multiple GridViews. My code was only designed to support the...

Hello @isenbj I can check that. Which version of this package do you use?

So I inspected your problem and I found two things: The first one, you shouldn't set the key for your `TabBarView` directly in your code because after a render, a...

Currently you need a unique key for the GridView. I would say it should work as long as the keys are different. What kind of other issues do you have...

Hello @kathayatnk, unfortunately I didn't make any further progress on that

Hello @khjde1207 I see why this happens, I will try to find a fix for that

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...

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...

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