Skip to content

Commit

Permalink
just_audio 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Dec 17, 2020
1 parent 5bb6277 commit c0c2f7b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 42 deletions.
9 changes: 9 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.6.0

* Breaking change: Replace load by setAudioSource.
* Breaking change: Rename ProcessingState.none to idle.
* Support custom shuffle order.
* Fix bug dynamically adding to ConcatenatingAudioSource.
* Correctly return null for unknown duration on Android.
* Update dependency versions.

## 0.5.7

* Fix podspec error in web package (@timilehinjegede).
Expand Down
18 changes: 0 additions & 18 deletions just_audio/example/lib/generated_plugin_registrant.dart

This file was deleted.

16 changes: 8 additions & 8 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.7"
version: "0.6.0"
just_audio_platform_interface:
dependency: transitive
description:
path: "../../just_audio_platform_interface"
relative: true
source: path
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
just_audio_web:
dependency: transitive
description:
path: "../../just_audio_web"
relative: true
source: path
version: "0.1.1"
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
matcher:
dependency: transitive
description:
Expand Down
14 changes: 7 additions & 7 deletions just_audio/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,17 @@ packages:
just_audio_platform_interface:
dependency: "direct main"
description:
path: "../just_audio_platform_interface"
relative: true
source: path
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
just_audio_web:
dependency: "direct main"
description:
path: "../just_audio_web"
relative: true
source: path
version: "0.1.1"
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
logging:
dependency: transitive
description:
Expand Down
13 changes: 4 additions & 9 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
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.5.7
version: 0.6.0
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:
# TODO: change this back when the new platform interface is published.
# just_audio_platform_interface: ^1.1.1
just_audio_platform_interface:
path: ../just_audio_platform_interface
# just_audio_web: ^0.1.1
just_audio_web:
path: ../just_audio_web
just_audio_platform_interface: ^2.0.0
just_audio_web: ^0.2.0
audio_session: ^0.0.9
rxdart: ">= 0.24.1 < 0.26.0"
path: ^1.6.4
Expand All @@ -28,7 +23,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.3
plugin_platform_interface: ^1.0.2
plugin_platform_interface: ^1.0.3

flutter:
plugin:
Expand Down

0 comments on commit c0c2f7b

Please sign in to comment.