Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

SarcasticNoodle/device_id

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published