Hello!
There is a feed of posts. Loaded from supabase into listview.
Problem:
When you scroll down the feed, everything is fine. But, if suddenly you wanted to go back higher, and began to rewind back to the upper posts, then sharp jerks occur. Since the top posts were unloaded from memory, they are loaded again and the following effect occurs. I haven’t been able to overcome this moment for probably a month now.
I tried Cache, it doesn't help.
In the English-language official flutterflow community, I found publications with a similar problem from other people, but even there there was no solution.
Tell me, how do you deal with a similar problem?