audio_service_web 0.1.2
audio_service_web: ^0.1.2 copied to clipboard
Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add audio_service_webWith Flutter:
$ flutter pub add audio_service_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
audio_service_web: ^0.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:audio_service_web/audio_service_web.dart';