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: