karvulf

Results 98 comments of karvulf

Hi @kostadin-damyanov-prime That sounds great. I also thought about implementing this. This can be a new feature after I finished my update to `5.0.0`. So it will take several weeks...

What do you mean by `glitchy`? The second thing I have to check it @isenbj

Yep you are right, that is something I have to improve, unfortunately it's not that easy. That's why I have to focus on that issue later. But thanks for noticing...

Can be closed with the release of 5.0.0

Hello @gmarizy You should never put the globalkey and scrollcontroller to the build method Instead put this at the top of your widget Otherwise the ReorderableBuilder will be rebuilt after...

Unfortunately I’m on vacation and it’s hard for me to test it but you should call setState in your onReorder function You could also update the package to the current...

If the rest works and it’s just that your item is getting rebuilt, that might be improved in the current pre release version. After my vacation (in 2 weeks) I...

I faced also some issues about that behavior because the bloc is still running even though it is closed which causes issues in other parts of my app. My idea...