platform_device_id icon indicating copy to clipboard operation
platform_device_id copied to clipboard

flutter plugin to get device id

Results 40 platform_device_id issues
Sort by recently updated
recently updated
newest added

Getting a UUID on the Windows platform gets the newline character. ``` D:\MyData\xxxxx>wmic csproduct get uuid UUID 5D1DC14B-754E-4797-AFEA-4237AA0F7018 D:\MyData\xxxxx> ``` So I will get the string contains ` \r\n\r\n`. This...

Android Gradle Error due to the latest version used in the project. Package contains lower grade and kotlin version that is not supported to build with latest Gradle version. ```...

I tried using this package on Windows in pure Dart and it does not work. Seeing that it works in flutter on windows, i believe with little modification, it should...

platform_device_id-1.0.1 depends on device_info, which has been discontinued - see: https://pub.dev/packages/device_info and is replaced by device_info_plus: https://pub.dev/packages/device_info_plus

while checking on Ubuntu 20.04 getting below error ``` /sys/firmware/dmi/tables/smbios_entry_point: Permission denied /dev/mem: Permission denied ```

`Repository (GitHub)` button exist in the right side: ![image](https://user-images.githubusercontent.com/9304740/179728565-9ff401bb-3e0f-4489-9afd-6162c83e637a.png) `Repository (GitHub)` button is missing in the right side: ![image](https://user-images.githubusercontent.com/9304740/179734799-d0e557f3-1de0-43b4-9bc8-1342a8eb2d2d.png) I saw that the `Homepage` button is linked to this repo...

I have read the readme but can't really understand what device id means. Is it mac address? or some other unique id?. I think it will be good to add...

Title speaks for itself. Always returns "" on the windows platform. Please help debug this.

Please consider replacing `device_info` pkg with `device_info_plus` pkg. As described on [device_info](https://pub.dev/packages/device_info) page > This plugin has been replaced by the Flutter Community Plus Plugins version, [device_info_plus](https://pub.dev/packages/device_info_plus). No further updates...