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
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
"View is the top most container for all other controls."
-- https://flet.dev/docs/controls/view
"Page is a container for View controls."
-- https://flet.dev/docs/controls/page
From these documentation pages I did not get a good understanding of what
ViewandPageactually are and how they are related.I believe what is missing is a documentation page giving a more high-level introduction to the layout concepts of
flet.