Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to set the footer always on the bottom of the page if the listview is not big enough #22

Open
franarolas opened this issue Jan 19, 2021 · 3 comments

Comments

@franarolas
Copy link

Would be great to be able to set the footer on the bottom of the page always, like a normal website.

@WaleedAlrashed
Copy link
Contributor

Are you thinking of making the footer persistent? like a normal website footer?
That would be a great extension actually, that is if you are planning on using the body of the custom list view as the entire body of your webpage.
if there was more than one widget inside the body, maybe we can toggle this feature by using a boolean (persist footer for ex.)

@franarolas
Copy link
Author

@WaleedAlrashed I detailed this in this issue: Flutter repo issue
I really don't know why no one else is asking for something like this, this should be marked as a "must have" requirement for Flutter WEB.

@themisir
Copy link
Owner

themisir commented Apr 9, 2021

You can achieve the expected result using CustomScrollView and slivers, or using Column(children: [header, Spacer(), footer]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants