easy_device_id 1.2.0 copy "easy_device_id: ^1.2.0" to clipboard
easy_device_id: ^1.2.0 copied to clipboard

Easy device id package that supports storing device-id into the keychain for android and iOS.

Usage #

Add easy_device_id as a dependency in your pubspec.yaml file.

Example #

// Import package
import 'package:easy_device_id/easy_device_id.dart';

// Instantiate it
final deviceId = await getDeviceId(false);
final storageDeviceId = await getDeviceId(true);

print(deviceId);
print(storageDeviceId);
copied to clipboard
5
likes
140
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.05 - 2025.01.17

Easy device id package that supports storing device-id into the keychain for android and iOS.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_keychain, package_info_plus, platform_device_id

More

Packages that depend on easy_device_id