audio_service_platform_interface 0.1.1 copy "audio_service_platform_interface: ^0.1.1" to clipboard
audio_service_platform_interface: ^0.1.1 copied to clipboard

A common platform interface for the audio_service plugin. Different platform implementations of audio_service should implement this interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audio_service_platform_interface

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  audio_service_platform_interface: ^0.1.1

Alternatively, your editor might support 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_platform_interface/audio_service_platform_interface.dart';
4
likes
130
pub points
83%
popularity

Publisher

verified publisherryanheise.com

A common platform interface for the audio_service plugin. Different platform implementations of audio_service should implement this interface.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on audio_service_platform_interface