platform_detect icon indicating copy to clipboard operation
platform_detect copied to clipboard

Migrate to package:web for js_interop and wasm support

Open flowhorn opened this issue 1 year ago • 0 comments

If you want to compile a dart web app to wasm using dart2wasm you can no longer use dart:html or the package:web. Instead you have to use the package:web.

https://dart.dev/interop/js-interop/package-web

This would be really useful to continue using this package for flutter apps.

flowhorn avatar Feb 16 '24 15:02 flowhorn