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
device_info_plus
Flutter web apps are required to migrate from dart:html to package:web to use WASM.
dart:html
package:web
This issue tracks the upgrade process for device_info_plus.
See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information
The text was updated successfully, but these errors were encountered:
On device_info_plus: Navigator.deviceMemory seems to be missing in the current web implementation.
Navigator.deviceMemory
web
References:
Sorry, something went wrong.
miquelbeltran
Successfully merging a pull request may close this issue.
Plugin
device_info_plus
Use case
Flutter web apps are required to migrate from
dart:html
topackage:web
to use WASM.Proposal
This issue tracks the upgrade process for
device_info_plus
.See https://docs.flutter.dev/platform-integration/web/wasm and https://pub.dev/packages/web for more information
The text was updated successfully, but these errors were encountered: