Closed
Description
Hello team,
I am working on the migration of device_info_plus
to web
package, and noticed that one of the properties we access to is missing.
In this case, is the deviceMemory
from the Navigator
in lib/src/dom/html.dart
.
This property existed in dart:html
.
References:
- https://developer.mozilla.org/en-US/docs/Web/API/Navigator/deviceMemory
- https://api.dart.dev/stable/3.3.0/dart-html/Navigator/deviceMemory.html
- [Request]: (device_info_plus): migrate to pkg:web from dart:html fluttercommunity/plus_plugins#2601
- feat(device_info_plus)!: migrate to package:web fluttercommunity/plus_plugins#2624