FLUTTER ECOSYSTEM

onepub-dev/system_info

प्रणाली (संरचना, बिटनेस, कर्नेल, मेमोरी, संचालन प्रणाली, CPU, उपयोगकर्ता) के उपयोगी जानकारी तक आसान पहुंच प्रदान करता है।

प्रणाली सूचना प्रोजेक्ट कवर
Stars
23
Forks
8
अंतिम पुश (UTC)
28 सित॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
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