proformance

Results 6 comments of proformance

I also get this error, can confirm that smocken78´s fix works.

Thanks for the reply, I had no idea it was a problem with the built in code. I've continued the discussion here: https://github.com/flutter/flutter/issues/73026

~~The linked PR that fixes the null safety seems to have an issue with converting coordinates to an address in iOS, anyone else having the same issue or knows what...

I'm also curious if there's any ideas of this, it's a blocker for me as well with smooth scroll down but abrupt jump all the way up when scrolling upwards....

I can confirm this issue, dragging works very well from the left, but it's not working from the right.

I can see that the code is already prepared for dragging on the right side as well. The problem is due to ``` void _myOnHorizontalDragStart(DragStartDetails detail) { if (!widget.isDraggable) return;...