Skip to content

Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).

License

Notifications You must be signed in to change notification settings

onepub-dev/system_info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%