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: