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

discontinued

Plugin for retrieving uids.

device_id #

A Flutter plugin for retrieving the uid of a device

Getting Started #

To retrieve the id just import and call String device_id = await DeviceId.getID;. To retrieve the imei call String imei = await DeviceId.getIMEI;. To retrieve the meid call String meid = await DeviceId.getMEID;. For imei and meid platform version >=26 is required, otherwise it will produces a PlatformExcpetion Now you are good to go! Note: device ids are not safe as you think, rooted/jailbreaked devices are able to change the ids.

24
likes
30
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin for retrieving uids.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_id