plus_plugins
plus_plugins copied to clipboard
[Request]: (sensors_plus) Migrate to `package:web` to support WASM
Plugin
sensors_plus
Use case
Compiling to WASM
Proposal
The short version:
- Migrate usage of dart:html to package:web
- Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop
This will allow compiling to WASM engine instead of just JavaScript on web.
Full migration guide: https://dart.dev/interop/js-interop/package-web