drifter 0.1.2
drifter: ^0.1.2 copied to clipboard
Drifter is a flutter plugin work with Devices. Device identifier access, idfa, idfv, imei, imsi, emid, deviceId. Permission access, check permission, request permison.
Drifter #
Drifter is a flutter plugin work with devices.
Device identifier #
| Identifier | iOS | Android |
|---|---|---|
| IDFA | ✅ | ✅ Advertising ID - Need play service |
| IDFV | ✅ | |
| MEID/slot | android.permission.READ_PHONE_STATE |
|
| IMEI/slot | android.permission.READ_PHONE_STATE |
|
| IMSI | android.permission.READ_PHONE_STATE |
|
| DeviceId/slot | android.permission.READ_PHONE_STATE |
|
| Bluetooth Address | android.permission.BLUETOOTH< Android 6 |
|
| Wifi Address | android.permission.ACCESS_WIFI_STATE< Android 6 othewise always return 02:00:00:00:00:00 |
Permission #
| Identifier | iOS | Android |
|---|---|---|
| Check permission | ✅ | |
| Request permission | ✅ |