Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 592 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 592 Bytes

A completed layout for running fetching hardware information in Flutter.

There is a tree layout description for each subdirectories in root directory of this repository:

  • bundle: A completed implementations of device_vendor_info which publicly exposed in pub.dev.
  • interface: Standard layout of object model and loader interface that it will be implemented in specific platform.
  • unix: Loader implementations in UNIX platform.
  • vmchecker: FFI plugin for checking program is executed under virtual machine or container.
  • windows: Loader implementations in Windows platform.