Plugin for retrieving uids.
More...
A Flutter plugin for retrieving the uid of a device
To retrieve the id just import and call String device_id = await DeviceId.getID;. Now you are good to go! Note: device ids are not safe as you think, rooted/jailbreaked devices are able to change this ids.
String device_id = await DeviceId.getID;
unverified uploader
Repository (GitHub)
MIT (license)
flutter
Packages that depend on device_id
Back