Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Releases: yringler/just_audio_service

Download manager

11 Nov 12:31
Compare
Choose a tag to compare
Download manager Pre-release
Pre-release

Added ability to download audio

Update to Latest

16 Oct 15:24
Compare
Choose a tag to compare
Update to Latest Pre-release
Pre-release

Updates audio_service and just_audio to latest.
Tested in example, and in my app (currently as beta).

Improve hive usage, fix memory limit

23 Jun 21:48
Compare
Choose a tag to compare
Pre-release

Respect hive limits on size of ids.
Fixed control on number of positions saved.

Changing speed works, bug fixes

19 Jun 03:01
Compare
Choose a tag to compare
Pre-release

Fixed ability to change speeds.
Fixed bug - now, position manager will wait a little bit for audio service task to register send port.

Smoother position state

17 Jun 11:39
Compare
Choose a tag to compare
Pre-release

Fixed bug where position went from current position back to start back to current position when media was playing and started playing in middle of other media.

Towards production

12 Jun 04:23
Compare
Choose a tag to compare
Towards production Pre-release
Pre-release

Bug fixes! Started using it in my real-world app, found and fixed a bunch of bugs, added some new things.
Notably, some convenience streams which combine media item and playback state.

Improve position clearing etc

10 Jun 14:47
f7bcf10
Compare
Choose a tag to compare
Pre-release

Doesn't clear position on android when user swipes away notification or app.
Clears position when media is complete.

Example works, with saving position

05 Jun 04:47
Compare
Choose a tag to compare
Pre-release

The ability was added that just_audio_service saves what the current position is, and allows user to access that from UI code.
Saving and continuing position now works in example.
This is in beta, and I'll now try using it in my app.

Working example

30 Apr 13:04
0b505e4
Compare
Choose a tag to compare
Working example Pre-release
Pre-release

The example project works, using this new just_audio_service plugin.