ryanheise / audio_service

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

Migrated to package:web #1087

Open ali2236 opened 3 months ago

ali2236 commented 3 months ago

Migrated audio_service_web to use package:web instead of dart:html, dart:js & dart:js_util.

I also updated the example app and tested with it to see if the new web changes were working.

Pre-launch Checklist