flutter_device_imei

Creator: coderz1093

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.