Plugin that allow flutter to play a local short sound(30 seconds or less in duration).
add flutter_audio_player
as a dependency in pubspec.yaml
- add audio file
- add asset in pubspec.yaml
- you can add audio to player list
AudioPlayer.addSound(soundPath);
- you can remove all audio in player list
AudioPlayer.removeAllSound();
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.