You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the requested feature
It is not possible to create a widget that will snap to the end of the page if the height of the page content is less than the height of the window, but will also scroll with the content if there is not enough space.
This issue occurs because any Control with expand = true in a scrollable Column becomes infinite.
Sorry but that's not exactly what I meant. Sticky footer should also scroll with the content in the column if there is not enough free space on the page, and should only stick to the bottom if there is free space between the content in the column and the footer
Duplicate Check
Describe the requested feature
It is not possible to create a widget that will snap to the end of the page if the height of the page content is less than the height of the window, but will also scroll with the content if there is not enough space.
This issue occurs because any
Control
withexpand = true
in ascrollable Column
becomes infinite.Example in Flutter: https://pub.dev/packages/sticky_footer_scrollview
Suggest a solution
No response
Screenshots
Additional details
No response
The text was updated successfully, but these errors were encountered: