machine_guid 0.2.0 copy "machine_guid: ^0.2.0" to clipboard
machine_guid: ^0.2.0 copied to clipboard

This is a Dart tool used to retrieve the Machine GUID of a Windows system.

example/machine_guid_example.dart

import 'package:machine_guid/machine_guid.dart';

void main() {
  var guid = getMachineGuid();
  print('MachineGuid: $guid');
}
0
likes
160
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a Dart tool used to retrieve the Machine GUID of a Windows system.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi

More

Packages that depend on machine_guid