just_audio/README.md

13 lines
730 B
Markdown
Raw Normal View History

2019-11-25 14:50:21 +00:00
# audio_player
2019-11-28 05:16:54 +00:00
A new Flutter audio player plugin designed to support background playback with [audio_service](https://pub.dev/packages/audio_service)
2019-11-25 14:50:21 +00:00
2019-11-28 05:16:54 +00:00
## Features
2019-11-25 14:50:21 +00:00
2019-11-28 05:16:54 +00:00
* Plays audio from streams, files and assets.
* Broadcasts state changes helpful in streaming apps such as `buffering` and `connecting` in addition to the typical `playing`, `paused` and `stopped` states.
* Control audio playback via standard operations: play, pause, stop, setVolume, seek.
* Compatible with [audio_service](https://pub.dev/packages/audio_service) to support full background playback, queue management, and controlling playback from the lock screen, notifications and headset buttons.
2019-11-25 14:50:21 +00:00
2019-11-28 05:16:54 +00:00
The initial release is for Android. iOS is the next priority.