0 purchases
udid
UDID(唯一设备标识符) #
UDID`s full name is Unique Device Identifier。
Android reference:
https://blog.csdn.net/sunsteam/article/details/73189268
iOS reference:
https://github.com/herody/UQIDDemo
Sample usage to check current status:
import 'package:udid/udid.dart';
String udid = await Udid.udid;
copied to clipboard
Getting Started #
For help getting started with Flutter, view our online
documentation.
For help on editing plugin code, view the documentation.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.