Skip to content

Latest commit

 

History

History

unix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

UNIX based implementations of fetching device vendor information

This library implements a loader to fetch hardware information in UNIX based system (including macOS and Linux).

Mechanism

The loader will read files content which stored into DMI directory

/sys/class/dmi/id/

and obtains them to a Dart object.

Important

The loader only reads DMI files that they have been granted read access to other which owned by root.