Skip to content

Commit

Permalink
just_audio 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 17, 2021
1 parent f616f7b commit 860fa96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.13

* Add userAgent parameter to AudioPlayer constructor.
* Support seeks during download in LockCachingAudioSource.
* Fix negative duration bug on iOS/macOS.

## 0.6.12

* Fix non-completing seek-to-index bug on iOS/macOS.
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 @@ -214,14 +214,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.6.12"
version: "0.6.13"
just_audio_platform_interface:
dependency: transitive
description:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
just_audio_web:
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 @@ -197,7 +197,7 @@ packages:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.0.1"
just_audio_web:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: just_audio
description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.
version: 0.6.12
version: 0.6.13
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

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

dependencies:
just_audio_platform_interface: ^2.0.0
just_audio_platform_interface: ^2.0.1
just_audio_web: ^0.2.3
audio_session: ^0.0.11
rxdart: ">= 0.24.1 < 0.26.0"
Expand Down

0 comments on commit 860fa96

Please sign in to comment.