audio_service
audio_service copied to clipboard
Migrate to package:web & dart:js_interop for WASM support
Feature proposal
Migrate from html and js to package:web and dart:js_interop
Motivating use case(s)
Migrating will allow Flutter Web to compile with --wasm
I created a PR #1087
Hi @ryanheise,
I’m encountering an issue where another package I’m using could work with the WASM compiler, but this package doesn’t appear to support it. Are there any updates or plans to add support it ? Thank you