Go to file
Ryan Heise 108821871d Rename project to just_audio 2019-11-28 17:55:32 +11:00
.idea Rename project to just_audio 2019-11-28 17:55:32 +11:00
android Rename project to just_audio 2019-11-28 17:55:32 +11:00
example Rename project to just_audio 2019-11-28 17:55:32 +11:00
ios Rename project to just_audio 2019-11-28 17:55:32 +11:00
lib Rename project to just_audio 2019-11-28 17:55:32 +11:00
test Rename project to just_audio 2019-11-28 17:55:32 +11:00
.gitignore Project template 2019-11-26 01:50:21 +11:00
.metadata Project template 2019-11-26 01:50:21 +11:00
CHANGELOG.md Dart/Android implementation 2019-11-28 16:16:54 +11:00
LICENSE Project template 2019-11-26 01:50:21 +11:00
README.md Rename project to just_audio 2019-11-28 17:55:32 +11:00
just_audio.iml Rename project to just_audio 2019-11-28 17:55:32 +11:00
pubspec.lock Dart/Android implementation 2019-11-28 16:16:54 +11:00
pubspec.yaml Rename project to just_audio 2019-11-28 17:55:32 +11:00

README.md

just_audio

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 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 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.