Jitter (only) when scrolling down in a ListView chat page

Troubleshooting

There's a bug in my chat function part of my app that have persisted for quite a while, I've tried reaching out to support for help, but their suggestions didn't do the trick either.

So the problem occurs whenever I try to scroll down on the chat page, it simply jitters in place when I scroll slow. However, making a rapid swipe down can get me to the bottom, but "slow scrolling" is not possible. Please see the video for clarification on this.

It seems to be ListView that is causing this error as I can see it is the problem for others here.

Picture 1 and 2 displays what query the ListView makes (a chat_messages document) and passes on to the chatMessages component that displays the actual conversation.

Picture 3 shows an overview of the chat component.

I am happy to provide more details if needed! :)

Thanks!

What have you tried so far?

I've also attached the support suggestions that I have already tried without luck, which was

  1. moving the initial query that is passed onto the component.

  2. expanding the widget to a minimum.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies