audio_player_plus 0.0.3
audio_player_plus: ^0.0.3 copied to clipboard
A simple audio player widget to preview and control media sounds .
🎧 AudioPlayerPlusWidget #
A customizable Flutter audio player widget using audioplayers, designed to be reusable, flexible, and easy to integrate in list views with automatic stop/play management.
Features #
- Supports local file audio playback
- Customizable player UI via
customBuilder - Play, pause, and stop controls
- Duration formatting (
mm:ss) - Only one player active at a time
Getting Started #
Demo #

1. Install dependencies #
Add to your pubspec.yaml:
dependencies:
flutter:
sdk: flutter
audio_player_plus: