MAHAulia/device_imei
用於取得移動裝置真實IMEI的Flutter外掛程式
- Stars
- 4
- Forks
- 11
- 最近推送(UTC)
- 2024年4月10日
- 專案狀態
- 未封存
語言DartSwiftRubyKotlinObjective-C
使用的依賴
依賴清單 4 項
- flutter
{"sdk":"flutter"} - plugin_platform_interface
^2.0.2 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_lints開發依賴
^2.0.0
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 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