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: