v4.1.0
system_info2
提供對系統有用資訊的便捷存取(體系結構、位數、核心、記憶體、作業系統、CPU、使用者)。
65喜歡 51.8萬近 30 天下載150Pub 分數
AndroidiOSmacOSWindowsLinux
提供對系統有用資訊的便捷存取(體系結構、位數、核心、記憶體、作業系統、CPU、使用者)。
^1.0.0^1.8.0^6.2.1以下為英文專案原文快照,最新內容請造訪 GitHub。
A fork of system_info as the original maintainer no longer wishes to do so.
Thanks to onepub.dev for allowing me the time and resources to support this package.
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
system_info2 lets you discover specific hardware characteristics of the OS you are running on includeing:
Basic examples:
if (SysInfo.operatingSystemName == "Ubuntu") {
log.info("We love Ubuntu users");
}
You can find the manual at: