Skip to content
 
 

Latest commit

 

History

13 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:flutter_device_uuid/flutter_device_uuid.dart';
  1. Call the method uuid() to get the device Id
String deviceId = await DeviceUuid.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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages