audioplayers_platform_interface 7.0.0 copy "audioplayers_platform_interface: ^7.0.0" to clipboard
audioplayers_platform_interface: ^7.0.0 copied to clipboard

The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously

AudioPlayers


audioplayers_platform_interface #

A common platform interface for the audioplayers plugin.

Usage #

This package will be automatically included in your app, which means you can simply use audioplayers normally, without adding this package to your pubspec.yaml.

To implement a new platform-specific implementation of audioplayers, extend AudioplayersPlatformInterface with an implementation that performs the platform-specific behavior. When you register your plugin, set the default AudioplayersPlatformInterface by calling AudioplayersPlatformInterface.instance = MyAudioplayersPlatform(). Then do the same for GlobalAudioplayersPlatformInterface.

8
likes
130
pub points
91%
popularity

Publisher

verified publisherblue-fire.xyz

The platform interface for audioplayers, a Flutter plugin to play multiple audio files simultaneously

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, meta, plugin_platform_interface

More

Packages that depend on audioplayers_platform_interface