just_audio_web 0.1.1

This commit is contained in:
Ryan Heise 2020-10-26 03:09:50 +11:00
parent 77288cbfd9
commit 0a4e25aba8
4 changed files with 10 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:
@ -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: