karvulf

Results 98 comments of karvulf

Hello @AmineLAHRIM Thank you for opening the issue. I look into it and get in touch later

I found two issues. The first one is, that I am using the hashcode of every child key. This doesn't guarantee that every would be unique. But I could solve...

I have some updates about the other issue. I am looking forward to a solution that could work: I will add a new function called `itemBuilder` which can be used...

My optimism is gone a bit because the part to animated added or removed items is not that easy as I thought at first. My main problem is that I...

Are you only interested for the animation when adding or removing items or would it also help if only the drag and drop functionality works? Because that would be possible...

If the list changes, e. g. an item is replaced or changes his position, that would be animated. You could also use your current `GridView.builder` but the performance could be...

I have some updates for you @zezo357 and @AmineLAHRIM Currently I am working for the next major update and I am trying to optimize the `ReorderableBuilder`. To do that I...

Currently I think the animation part for GridViews is almost working fluently, I still need to implement a correct animation behavior considering the current scrolling position inside the GridView but...

Hello @zezo357 I continued on my implementation for the release `4.0.0` and have some news. The drag and drop functionality is added again in combination with the animation for all...