Skip to content

Commit

Permalink
Version 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 13, 2020
1 parent 0fccf1f commit 8bb3ebf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.2

* Process connect/disconnect/start requests in a queue.
* Guard against null setState arguments.
* Range check in onSkipToPrevious (@snaeji).

## 0.15.1

* Fix loading of file:// artUri values.
Expand Down
5 changes: 3 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ dependencies:
sdk: flutter

path_provider: ^1.6.10
audio_session: ^0.0.5
just_audio: ^0.4.0
audio_session: ^0.0.9
just_audio: ^0.5.4
just_audio_web: ^0.1.0
flutter_tts: ^0.8.5
rxdart: ^0.24.1
audio_service:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.15.1
version: 0.15.2
homepage: https://github.com/ryanheise/audio_service

environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"

dependencies:
audio_session: ^0.0.5
audio_session: ^0.0.9
rxdart: ^0.24.1
flutter_isolate: ^1.0.0+14
flutter_cache_manager: ^1.4.0
Expand Down

0 comments on commit 8bb3ebf

Please sign in to comment.