device_uuid 0.0.4 copy "device_uuid: ^0.0.4" to clipboard
device_uuid: ^0.0.4 copied to clipboard

A plugin to get the device's UUID. In Android, the UUID is ANDROID_ID encrypted using SHA-1. In iOS, the UUID is a hash string saved in Keychain.

device_uuid #

A plugin to get device's UUID

Getting Started #

Add this dependency to pubspec.yaml file

  device_uuid: ^0.0.4

Using #

final uuid = DeviceUuid().getUUID();
15
likes
150
points
2.35k
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to get the device's UUID. In Android, the UUID is ANDROID_ID encrypted using SHA-1. In iOS, the UUID is a hash string saved in Keychain.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_uuid