Open ali2236 opened 3 months ago
Migrated audio_service_web to use package:web instead of dart:html, dart:js & dart:js_util.
audio_service_web
package:web
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.
minor
major
pubspec.yaml
* DESCRIPTION OF YOUR CHANGE (@your-git-username)
///
dart analyze
dart format
flutter test
Migrated
audio_service_web
to usepackage:web
instead ofdart: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
minor
branch OR my change is breaking and lands inmajor
branch.pubspec.yaml
according to the [pub versioning philosophy].* DESCRIPTION OF YOUR CHANGE (@your-git-username)
).///
).dart analyze
.dart format
.flutter test
and all tests are passing.