Skip to content

Commit

Permalink
just_audio 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jan 20, 2021
1 parent c9930de commit 655dd5d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.6

* Experimental cache support.
* Experimental stream audio source.
* Disable iOS/macOS logs (@pschuegr).
* Fix bug with empty playlist (iOS/macOS/web).
* Fix Android bug when initialIndex==null.
* Avoid duplicates in asset cache.
* Guard against unsupported assets on web.

## 0.6.5

* Rewrite setLoopMode on iOS to be gapless.
Expand Down
4 changes: 2 additions & 2 deletions just_audio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.5"
version: "0.6.6"
just_audio_platform_interface:
dependency: transitive
description:
Expand All @@ -235,7 +235,7 @@ packages:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.2.2"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion just_audio/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ packages:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
version: "0.2.2"
logging:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: just_audio
description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background.
version: 0.6.5
version: 0.6.6
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
just_audio_platform_interface: ^2.0.0
just_audio_web: ^0.2.1
just_audio_web: ^0.2.2
audio_session: ^0.0.10
rxdart: ">= 0.24.1 < 0.26.0"
path: ^1.6.4
Expand Down

0 comments on commit 655dd5d

Please sign in to comment.