Skip to content

A Flutter library that simplifies obtaining a unique identifier for mobile devices, addressing challenges with non-persistent UUIDs on Android and iOS platforms.

License

Notifications You must be signed in to change notification settings

EjaraApp/device_uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Identifier

This Flutter library aims to simplify the process of obtaining a unique identifier for mobile devices. It specifically addresses the challenges associated with non-persistent UUIDs on both Android and iOS platforms.

Usage

  1. Import the package
import 'package:device_id/device_id.dart';
  1. Call the method uuid() to get the device Id
String deviceId = await DeviceId.uuid();

About

A Flutter library that simplifies obtaining a unique identifier for mobile devices, addressing challenges with non-persistent UUIDs on Android and iOS platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published