extensions/platform_flags_io library

OS flags read from dart:io (native platforms).

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