I'm working on flutter project. I'm using singleChildScrollView and listView for scrolling. But when I want to scroll in any screen in app I face to this error:
W/HiTouch_PressGestureDetector(20161): Touch pointer move a lot. The moving distance of X
is:11.0, limit is:60The moving distance of Y is:69.0, limit is:60
This prevent user to have smooth scrolling on app, even on released version.
I don't know exactly what is the reason of this error. As additional information, I'm using flutter_unity,syncfusion_flutter_charts packages in my app.
Could you please help me? Thanks in advance