Home > Mobile >  how to get windows device information in flutter using win32 api and wmi?
how to get windows device information in flutter using win32 api and wmi?

Time:07-12

I am trying to get windows machine information such as bios vendor, serial and other cpu info like cores, vendor, socket etc...(some static info). I believe that I can achieve this using ffi and win32 api, but I don't have basic idea to start. In other hand, how get these details in flutter desktop application? https://social.msdn.microsoft.com/Forums/en-US/027c7403-59ca-482a-a0b1-9bdfe0b273a9/win32-api-for-getting-system-information?forum=Vsexpressvc

CodePudding user response:

I created a package to solve this, is windows_info_device will help to get more details using WMI and PowerShell.

  • Related