Flutter – How to Display the ListView at the Bottom Directly When Opening a Chat Page (Like Most Chat Apps)?
I'm building a Chat Page and want it to display the latest message when opened, similar to most chat apps. Currently, I have tried two approach. Approach 1. Using addPostFrameCallback with jumpTo like this, but this will causes the screen flicker when opened. WidgetsBinding.instance.addPostFrameCallback((_)…