-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in animations when dragging #127
Comments
Hello @davidmartos96 |
I checked this issue and it seems to be a problem that while scrolling to the original position by going down and then up that these children are recreated. This leads into wrong calculations. Currently I didn't find a good fix for that. |
I found a fix and will test this, if everything works, I will release this fix :) @davidmartos96 |
@karvulf That's great to hear, thank you! |
I merged the PR @davidmartos96 |
Thank you for sharing this package, it looks really promising!
I'm trying it out, and I encountered with an issue sometimes. I believe the following steps in the video are enough to reproduce it.
Essentially, dragging an item from the top, and after scrolling for a while, go back up in the scroll without dropping the item. When going back up, the animation is messed up.
In the video is not seen, but you can also reach situations after triggering this issue where you see more than 1 "hole" or even holes after the drag has stopped, like if some repaint was missing.
bug_grid-2024-10-01_18.03.13.mp4
Code:
Flutter version 3.24.1
Package version: 5.3.0
The text was updated successfully, but these errors were encountered: