platform_device_id
platform_device_id copied to clipboard
flutter plugin to get device id
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:  `Repository (GitHub)` button is missing in the right side:  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...