FLUTTER ECOSYSTEM

onepub-dev/system_info

Bietet einfachen Zugriff auf nützliche Informationen über das System (Architektur, Bitanzahl, Kernel, Speicher, Betriebssystem, CPU, Benutzer).

Projektcover von Systeminformationen
Stars
23
Forks
8
Letzter Push (UTC)
28.09.2025
Projektstatus
Aktiv
OnePub GitHub avatar
GITHUB Organization

OnePub ↗

SprachenDart

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 3 Einträge
  • globbing^1.0.0
  • path^1.8.0
  • lint_hardEntwicklung^6.2.1

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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