just_audio_web 0.1.1
This commit is contained in:
parent
77288cbfd9
commit
0a4e25aba8
|
@ -7,8 +7,7 @@
|
||||||
* Fix loading state transition on Android.
|
* Fix loading state transition on Android.
|
||||||
* Pass through all setSpeeds requests on iOS, ignoring canPlayFast/Slow.
|
* Pass through all setSpeeds requests on iOS, ignoring canPlayFast/Slow.
|
||||||
* Fix bug loading file paths containing spaces (@hsangtini).
|
* Fix bug loading file paths containing spaces (@hsangtini).
|
||||||
* Remove noisy logs from web console (@creativecreatorormaybenot).
|
* Add web endorsement (@creativecreatorormaybenot).
|
||||||
* Add web dependency (@creativecreatorormaybenot).
|
|
||||||
|
|
||||||
## 0.5.4
|
## 0.5.4
|
||||||
|
|
||||||
|
|
|
@ -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
|
## 0.1.0
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,10 @@ packages:
|
||||||
just_audio_platform_interface:
|
just_audio_platform_interface:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "../just_audio_platform_interface"
|
name: just_audio_platform_interface
|
||||||
relative: true
|
url: "https://pub.dartlang.org"
|
||||||
source: path
|
source: hosted
|
||||||
version: "1.2.0"
|
version: "1.1.1"
|
||||||
meta:
|
meta:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: just_audio_web
|
name: just_audio_web
|
||||||
description: Web platform implementation of just_audio
|
description: Web platform implementation of just_audio
|
||||||
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
|
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
|
||||||
version: 0.1.0+1
|
version: 0.1.1
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
plugin:
|
plugin:
|
||||||
|
@ -11,9 +11,7 @@ flutter:
|
||||||
fileName: just_audio_web.dart
|
fileName: just_audio_web.dart
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
# just_audio_platform_interface: ^1.2.0
|
just_audio_platform_interface: ^1.1.1
|
||||||
just_audio_platform_interface:
|
|
||||||
path: ../just_audio_platform_interface
|
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
|
|
Loading…
Reference in New Issue