Skip to content

Commit

Permalink
Update just_audio to platform interface 1.1.0, CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 13, 2020
1 parent cff84af commit 026df02
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
1 change: 1 addition & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* ARC fixes on iOS.
* Update to use platform interface 1.1.0.
* Retain player.position after dispose.
* Fix unnattached player bug in ConcatenatingAudioSource (@nuc134r).

## 0.5.2

Expand Down
14 changes: 7 additions & 7 deletions just_audio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,21 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.2"
version: "0.5.3"
just_audio_platform_interface:
dependency: "direct overridden"
dependency: transitive
description:
path: "../../just_audio_platform_interface"
relative: true
source: path
version: "1.0.0"
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
just_audio_web:
dependency: "direct main"
description:
path: "../../just_audio_web"
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
matcher:
dependency: transitive
description:
Expand Down
5 changes: 0 additions & 5 deletions just_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ dependencies:

cupertino_icons: ^0.1.2

# Temporary (for testing)
dependency_overrides:
just_audio_platform_interface:
path: ../../just_audio_platform_interface

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
8 changes: 4 additions & 4 deletions just_audio/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ packages:
just_audio_platform_interface:
dependency: "direct main"
description:
path: "../just_audio_platform_interface"
relative: true
source: path
version: "1.0.0"
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 2 additions & 4 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ environment:
flutter: ">=1.12.13+hotfix.5"

dependencies:
# just_audio_platform_interface: ^1.0.0
just_audio_platform_interface:
path: ../just_audio_platform_interface
audio_session: ^0.0.7
just_audio_platform_interface: ^1.1.0
audio_session: ^0.0.8
rxdart: ^0.24.1
path: ^1.6.4
path_provider: ^1.6.10
Expand Down

0 comments on commit 026df02

Please sign in to comment.