In Flutter, how to add a scrollable ListView in a flexible container so that the footer adapts its position?
I am trying to make the ListView container adapt to the content by keeping a footer right below the container and not on the bottom of the page : many tiles : ListView will be scrollable and the footer on…