Windows based implementations of fetching device vendor information

This library implements a loader to fetch hardware information in Windows.

Mechanism

The loader will get all necessry values from Windows Registry where their keys located at

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS

and obtains them to a Dart object.

Libraries

device_vendor_info_windows
Windows base implementation for getting hardware information.