device_identifier

A Flutter plugin for iOS and Android to get the unique device identifier.


License
GPL-3.0

Documentation

device_identifier

pub package

A Flutter plugin for iOS and Android to get the unique device identifier.

Uses identifierForVendor for iOS and ANDROID_ID for Android.

Example

import 'package:device_identifier/device_identifier.dart';

final deviceIdentifier = await DeviceIdentifier.id;