FLUTTER ECOSYSTEM

onepub-dev/system_info

提供对系统有用信息的便捷访问(体系结构、位数、内核、内存、操作系统、CPU、用户)。

系统信息 项目封面
Stars
23
Forks
8
最近推送(UTC)
2025年9月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