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

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

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';
3
likes
140
pub points
67%
popularity

Publisher

unverified uploader

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