fileaudioplayer 1.0.0 copy "fileaudioplayer: ^1.0.0" to clipboard
fileaudioplayer: ^1.0.0 copied to clipboard

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music

FileAudioPlayer #

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music.

Link to pub.dev package: fileaudioplayer

Installation #

In the dependencies section of the pubspec.yaml project file add:

fileaudioplayer: <latest_version>

Usage #

    FileAudioPlayer audioPlayer = FileAudioPlayer();

    audioPlayer.start(filePath);

    audioPlayer.stop();

    audioPlayer.pause();

    audioPlayer.resume();
8
likes
30
pub points
55%
popularity

Publisher

unverified uploader

Audio player for local files. This plugin have ducking support to reduce the main audio volume while playing background music

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fileaudioplayer