Skip to content

Commit

Permalink
just_audio_platform_interface 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Dec 17, 2020
1 parent ef40332 commit ccf88f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion just_audio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ packages:
path: "../../just_audio_platform_interface"
relative: true
source: path
version: "1.1.1"
version: "2.0.0"
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:
path: "../just_audio_platform_interface"
relative: true
source: path
version: "1.1.1"
version: "2.0.0"
just_audio_web:
dependency: "direct main"
description:
Expand Down
8 changes: 8 additions & 0 deletions just_audio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.0.0

- Breaking change: Implementations must not set the shuffle order except as
instructed by setShuffleOrder.
- Breaking change: Implementations must be able to recreate a player instance
with the same ID as a disposed instance.
- Breaking change: none state renamed to idle.

## 1.1.1

- Add initialPosition and initialIndex to LoadRequest.
Expand Down
4 changes: 2 additions & 2 deletions just_audio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: A common platform interface for the just_audio plugin.
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.1.1
version: 2.0.0

dependencies:
flutter:
sdk: flutter
meta: ^1.1.8
plugin_platform_interface: ^1.0.2
plugin_platform_interface: ^1.0.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit ccf88f1

Please sign in to comment.