Checking the platform running the Flet app #382
ndonkoHenri
started this conversation in
Ideas
Replies: 3 comments 9 replies
-
Sure, there three props for that: |
Beta Was this translation helpful? Give feedback.
7 replies
-
iOS 16, Safari: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to check which platform is currently running the application we make?
Ex: Browser, Win, Mac
Have a look at Flutter implementation for this...
https://api.flutter.dev/flutter/dart-io/Platform-class.html
Beta Was this translation helpful? Give feedback.
All reactions