We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened to "displayMetrics"?
After an update, it is undefined for Android device info:
'displayWidthPixels': build.displayMetrics.widthPx, 'displayWidthInches': build.displayMetrics.widthInches, 'displayHeightPixels': build.displayMetrics.heightPx, 'displayHeightInches': build.displayMetrics.heightInches, 'displayXDpi': build.displayMetrics.xDpi,
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered:
Ok, I saw the ChangeLog
Sorry, something went wrong.
Experiencing the same issue, looking for change log also...
Have you found similar documents? The feeling disappeared into thin air
https://pub.dev/packages/device_info_plus/changelog#1001
BREAKING FIX(device_info_plus): Remove Display Metrics from Android Device Info (#2731). (c5af3322)
No branches or pull requests
What is your question?
What happened to "displayMetrics"?
After an update, it is undefined for Android device info:
'displayWidthPixels': build.displayMetrics.widthPx,
'displayWidthInches': build.displayMetrics.widthInches,
'displayHeightPixels': build.displayMetrics.heightPx,
'displayHeightInches': build.displayMetrics.heightInches,
'displayXDpi': build.displayMetrics.xDpi,
Checklist before submitting a question
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: