Last updated:
0 purchases
flutter device imei
Flutter Device IMEI #
Flutter plugin to get real and consistent 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 Settings.Secure.ANDROID_ID and get unique identification on ios An consistent UUID string that uniquely identifies a device for the application provider.
Use
import 'package:flutter_device_imei/flutter_device_imei.dart';
String imei = await FlutterDeviceImei.instance.getIMEI();
copied to clipboard
Author #
This plugin is developed, by Pranil Shah
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.