FLUTTER ECOSYSTEM

onepub-dev/system_info

システム(アーキテクチャ、ビットネス、カーネル、メモリ、オペレーティングシステム、CPU、ユーザー)に関する有用な情報を簡単にアクセスできます。

システム情報 のプロジェクト画像
Stars
23
Forks
8
最終プッシュ(UTC)
2025/09/28
プロジェクト状態
公開中
OnePub GitHub avatar
GITHUB Organization

OnePub ↗

言語Dart

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 3 件
  • globbing^1.0.0
  • path^1.8.0
  • lint_hard開発用^6.2.1

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

system_info2

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:

  • kernelArchitecture
  • Kernel bitness
  • Kernel name
  • Kernel version
  • Operating system name
  • Operating system version
  • User directory
  • User id
  • User name
  • User space bitness

Basic examples:

if (SysInfo.operatingSystemName == "Ubuntu") {
  log.info("We love Ubuntu users");
}

Documentation

You can find the manual at:

sysinfo.onepub.dev