-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
Dynamic Footer Space Allocation in MultiPage #1826
Labels
Comments
Thanks for the suggestion. However, when my footer, which contains a list of widgets, is wrapped in an Expanded widget, it results in the following error:
Here's an example
|
Yes it works with my example because my footer is wrapped in a container with fixed height |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the MultiPage widget. I have a scenario where the footer should only appear on the last page, so I'm conditionally rendering it like so:
In my implementation, it seems that the maximum footer height is pre-calculated and reserved on every page, even if the footer content is only present on the last page. Is there a way to dynamically allocate footer space so that pages without footer content do not reserve that extra space?
The text was updated successfully, but these errors were encountered: