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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_device_id
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  easy_device_id: ^1.2.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easy_device_id/easy_device_id.dart';
copied to clipboard
5
likes
140
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

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