-
QuestionI'm just getting started with Flet, but I wonder if and how I can get access to information about the local device like screen size and orientation or more in order to adjust the page layout? Specifically for orientation I see this in the Flutter docs, but I'm lost about how much of this is available in Flet, too? https://docs.flutter.dev/cookbook/design/orientation Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe the contents of this link is what you're looking for documentation on the Page control in flet . |
Beta Was this translation helpful? Give feedback.
I believe the contents of this link is what you're looking for documentation on the Page control in flet .
The Page control in flet has these properties that can assist.
• width
• height
• on_resize, etc
Try researching on the Page control for more information.