0574c041c5 | ||
---|---|---|
.idea | ||
android | ||
example | ||
ios | ||
lib | ||
test | ||
.gitignore | ||
.metadata | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
audio_player.iml | ||
pubspec.lock | ||
pubspec.yaml |
README.md
audio_player
A new Flutter audio player plugin designed to support background playback with audio_service
Features
- Plays audio from streams, files and assets.
- Broadcasts state changes helpful in streaming apps such as
buffering
andconnecting
in addition to the typicalplaying
,paused
andstopped
states. - Control audio playback via standard operations: play, pause, stop, setVolume, seek.
- Compatible with audio_service to support full background playback, queue management, and controlling playback from the lock screen, notifications and headset buttons.
The initial release is for Android. iOS is the next priority.