PlatformExtensions extension

当前系统

on

Properties

isAndroid bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 Android
no setter
isFuchsia bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 Fuchsia
no setter
isIOS bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 iOS
no setter
isLinux bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 Linux
no setter
isMacOS bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 MacOS
no setter
isWindows bool

Available on BuildContext, provided by the PlatformExtensions extension

检查当前系统是否为 Windows
no setter
platform TargetPlatform

Available on BuildContext, provided by the PlatformExtensions extension

获取当前平台
no setter