Skip to content

Commit

Permalink
just_audio_web 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 25, 2020
1 parent 77288cb commit 0a4e25a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
3 changes: 1 addition & 2 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* Fix loading state transition on Android.
* Pass through all setSpeeds requests on iOS, ignoring canPlayFast/Slow.
* Fix bug loading file paths containing spaces (@hsangtini).
* Remove noisy logs from web console (@creativecreatorormaybenot).
* Add web dependency (@creativecreatorormaybenot).
* Add web endorsement (@creativecreatorormaybenot).

## 0.5.4

Expand Down
5 changes: 3 additions & 2 deletions just_audio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.1.0+1
## 0.1.1

* Removed `print` statements from plugin code.
* Support initialPosition/initialIndex parameters to load.
* Remove `print` statements (@creativecreatorormaybenot).

## 0.1.0

Expand Down
8 changes: 4 additions & 4 deletions just_audio_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ packages:
just_audio_platform_interface:
dependency: "direct main"
description:
path: "../just_audio_platform_interface"
relative: true
source: path
version: "1.2.0"
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
meta:
dependency: "direct main"
description:
Expand Down
6 changes: 2 additions & 4 deletions just_audio_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: just_audio_web
description: Web platform implementation of just_audio
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
version: 0.1.0+1
version: 0.1.1

flutter:
plugin:
Expand All @@ -11,9 +11,7 @@ flutter:
fileName: just_audio_web.dart

dependencies:
# just_audio_platform_interface: ^1.2.0
just_audio_platform_interface:
path: ../just_audio_platform_interface
just_audio_platform_interface: ^1.1.1
flutter:
sdk: flutter
flutter_web_plugins:
Expand Down

0 comments on commit 0a4e25a

Please sign in to comment.