Last updated:
0 purchases
file audio
file_audio #
A plugin for playing audio files and asset files with ducking support for iOS and Android.
Link to pub.dev package: flie_audio
Installation #
In the dependencies section of the pubspec.yaml project file add:
file_audio: <latest_version>
copied to clipboard
Usage #
FileAudio audioPlayer = FileAudio();
audioPlayer.playAsset(assetPath);
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.