Skip to content

TeamWanari/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

Languages

  • Java 39.5%
  • Dart 37.4%
  • Objective-C 9.1%
  • Ruby 8.8%
  • Swift 5.2%