-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
platform_device_id-1.0.1 depends on discontinued package: device_info #26
Comments
For anyone else who needs to update. This will fix the build error For now you can use this inside the pubspec.yaml
I've also created a pull request to fix it; Let's hope the author sees it. |
I would like to clarify, since this plugin depends on device_info (now device-Info_plus), which removes AndroidId getter on device_info_plus: ^4.0.0. Will this affect this plugin's get the androidid function as well? |
There is a new, separate https://pub.dev/packages/android_id for getting the correct androidId |
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
The text was updated successfully, but these errors were encountered: