Skip to content

Commit

Permalink
audio_service 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 16, 2021
1 parent 87c4f53 commit 50bf147
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions audio_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.18.1

* Remove iOS notification on stop.
* Fix setSpeed action on iOS.
* Eliminate redundant notification updates on Android.
* Handle null album and artist on web (@nt4f04uNd).
* Fix multithreaded crash in notification tap (@nt4f04uNd).
* Fix regression to show album art on lock screen (@nt4f04uNd).
* Add playlist/shuffle/loop example.

## 0.18.0

* Use a single isolate for easier communication.
Expand Down
2 changes: 1 addition & 1 deletion audio_service/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.18.0
version: 0.18.1
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service

environment:
Expand Down

0 comments on commit 50bf147

Please sign in to comment.