Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages