just_audio_platform_interface 3.0.0-nullsafety.3 copy "just_audio_platform_interface: ^3.0.0-nullsafety.3" to clipboard
just_audio_platform_interface: ^3.0.0-nullsafety.3 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add just_audio_platform_interface

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

dependencies:
  just_audio_platform_interface: ^3.0.0-nullsafety.3

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:just_audio_platform_interface/just_audio_platform_interface.dart';
10
likes
0
pub points
95%
popularity

Publisher

verified publisherryanheise.com

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on just_audio_platform_interface