https://github.com/thebinarysolution/unique_id
https://github.com/thebinarysolution/unique_id
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebinarysolution/unique_id
- Owner: thebinarysolution
- License: apache-2.0
- Created: 2018-11-15T05:35:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T02:48:23.000Z (over 6 years ago)
- Last Synced: 2026-06-21T06:05:53.579Z (27 days ago)
- Language: Java
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# unique_id
A new Flutter plugin for getting unique id based on device
## Getting Started
```dart
String uniqueID = await UniqueId.getID;
```