Scrollable column with button starting at the bottom of the screen

Widgets & Design

I'm finding only answers for a floating action button, but I'm looking to create a page that has a Listview to generate cards and a button at the bottom of the screen. I'm looking to make it so that when the listview reaches the button, it pushes the button and the screen begins scrolling. Right now I can only get the button to be at the bottom and the listview at the top of if I make the wrapping column non scrollable, but once the children reach the button it'd begin overflowing not push the button/start scrolling.

What have you tried so far?

I've tried wrapping with a container and setting the height to the height of the screen (which didn't do anything oddly), if I set the container height to inf then it takes up the whole screen, but still no luck with making the column have space between or fill that container. Wrapping the column or listview in a container, tried doing a spacer between the column and the button inside the scrollable column. Tried aligning the button to bottom.

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