gxhx / device_imei

Flutter plugins to get real IMEI for Mobile Device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device Imei

Build version

Flutter plugins to get real IMEI for Mobile Device

Getting Started

Get IMEI (International Mobile Device Identity) for Android devices less than android 10 with runtime permission for android greater than or equal to 10 returns a UUID and get unique identification on ios An alphanumeric string that uniquely identifies a device for the application provider.

Use

import 'package:device_imei/device_imei.dart';

String imei = await DeviceImei.getImei();

Platform Support

OS
Android
IOS

License

MIT

Author

This plugin is developed, by Moh. Abdul Haq Aulia

About

Flutter plugins to get real IMEI for Mobile Device

License:MIT License


Languages

Language:Dart 44.7%Language:Swift 28.8%Language:Ruby 15.3%Language:Kotlin 11.0%Language:Objective-C 0.1%