Instantly show bottom of ListView

Widgets & Design

Hey everyone,

simple but hard to solve problem for me:

How can I instantly show the bottom of a list view (e.g. chat history)?
Currently the list shows the first item at the top and then I can scroll down.

There is also a "scroll to end"-action, which doesn't work properly for me, as it stops somewhere in the middle.

Is it not "just" possible to have the list view scrolled to the bottom/start at the bottom and then to go up I have to scroll up?

What have you tried so far?

I tried to reverse the list view, which then shows the latest/newest items and the top, where I then can scroll down.

But I'd like to have exactly that, but the latest/newest items at the bottom, where I then can scroll up.

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