ryanheise / audio_service

Flutter plugin to play audio in the background while the screen is off.
796 stars 473 forks source link

Migrate to package:web & dart:js_interop for WASM support #1072

Open jeprojects opened 4 months ago

jeprojects commented 4 months ago

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

ali2236 commented 4 weeks ago

I created a PR #1087