extensions/platform_flags library
OS detection flags with platform-specific implementations.
Properties
- isAndroid → bool
-
Whether the OS is Android.
no setter
- isFuchsia → bool
-
Whether the OS is Fuchsia.
no setter
- isIOS → bool
-
Whether the OS is iOS.
no setter
- isLinux → bool
-
Whether the OS is Linux.
no setter
- isMacOS → bool
-
Whether the OS is macOS.
no setter
- isWeb → bool
-
Whether the app is running in a browser (always false here).
no setter
- isWindows → bool
-
Whether the OS is Windows.
no setter