just_audio_web 0.2.1
This commit is contained in:
parent
edd2fd5ff9
commit
aa41a7506e
|
@ -1,3 +1,7 @@
|
|||
## 0.2.1
|
||||
|
||||
* Fix bug with play before load.
|
||||
|
||||
## 0.2.0
|
||||
|
||||
* Support setShuffleOrder.
|
||||
|
|
|
@ -7,14 +7,14 @@ packages:
|
|||
name: characters
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.1.0-nullsafety.3"
|
||||
version: "1.1.0-nullsafety.5"
|
||||
collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: collection
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.15.0-nullsafety.3"
|
||||
version: "1.15.0-nullsafety.5"
|
||||
flutter:
|
||||
dependency: "direct main"
|
||||
description: flutter
|
||||
|
@ -25,6 +25,13 @@ packages:
|
|||
description: flutter
|
||||
source: sdk
|
||||
version: "0.0.0"
|
||||
js:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: js
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.6.3-nullsafety.3"
|
||||
just_audio_platform_interface:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -38,7 +45,7 @@ packages:
|
|||
name: meta
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.3.0-nullsafety.3"
|
||||
version: "1.3.0-nullsafety.6"
|
||||
plugin_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -57,14 +64,14 @@ packages:
|
|||
name: typed_data
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.3.0-nullsafety.3"
|
||||
version: "1.3.0-nullsafety.5"
|
||||
vector_math:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: vector_math
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.1.0-nullsafety.3"
|
||||
version: "2.1.0-nullsafety.5"
|
||||
sdks:
|
||||
dart: ">=2.10.0-110 <2.11.0"
|
||||
dart: ">=2.12.0-0 <3.0.0"
|
||||
flutter: ">=1.12.13+hotfix.5"
|
||||
|
|
|
@ -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.2.0
|
||||
version: 0.2.1
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
|
|
Loading…
Reference in New Issue