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

retractedoutdated

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
0
points
50
downloads

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

unknown (license)

Dependencies

ffi

More

Packages that depend on machine_guid