Last updated:
0 purchases
fileaudioplayer
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>
copied to clipboard
Usage #
FileAudioPlayer audioPlayer = FileAudioPlayer();
audioPlayer.start(filePath);
audioPlayer.stop();
audioPlayer.pause();
audioPlayer.resume();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.