MAHAulia/device_imei
モバイルデバイスの実際のIMEIを取得するためのFlutterプラグイン
- Stars
- 4
- Forks
- 11
- 最終プッシュ(UTC)
- 2024/04/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