How to randomly order user posts?

Widgets & Design

Hello Everyone,

I am looking for a way to create a timeline that has users posts randomly generated. Mainly because I am not smart enough yet to create an algorithm.

My app currently has the newest posts at the top and oldest at the bottom. This means the bottoms posts are likely never going to be seen again. How can I make it so the posts are randomized but still have a semi-even spread. I would like to avoid a scenario where some posts are not seen at all.

What have you tried so far?

Removing the "order by" time created, but this just ordered the posts alphabetically by their UID.

Did you check FlutterFlow's Documentation for this topic?
No
1
3 replies