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