0 purchases
device identifier
device_identifier #
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;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.