MAHAulia/device_imei
Flutter plugins to get real IMEI for Mobile Device
- Stars
- 4
- Forks
- 11
- Last push (UTC)
- Apr 10, 2024
- Project status
- Active
LanguagesDartSwiftRubyKotlinObjective-C
Dependencies used
Dependency list 4 items
- flutter
{"sdk":"flutter"} - plugin_platform_interface
^2.0.2 - flutter_testDevelopment
{"sdk":"flutter"} - flutter_lintsDevelopment
^2.0.0
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project README
Device Imei
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