An open API service indexing awesome lists of open source software.

https://github.com/thebinarysolution/unique_id


https://github.com/thebinarysolution/unique_id

Last synced: 14 days ago
JSON representation

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;
```