Skip to content

Commit

Permalink
just_audio_web 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jan 20, 2021
1 parent b58b475 commit c9930de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
5 changes: 5 additions & 0 deletions just_audio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.2

* Fix bug with empty playlist.
* Fix bug when modifying playlists.

## 0.2.1

* Fix bug with play before load.
Expand Down
19 changes: 6 additions & 13 deletions just_audio_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0-nullsafety.5"
version: "1.1.0-nullsafety.3"
collection:
dependency: transitive
description:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0-nullsafety.5"
version: "1.15.0-nullsafety.3"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -25,13 +25,6 @@ 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:
Expand All @@ -45,7 +38,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.6"
version: "1.3.0-nullsafety.3"
plugin_platform_interface:
dependency: transitive
description:
Expand All @@ -64,14 +57,14 @@ packages:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.5"
version: "1.3.0-nullsafety.3"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0-nullsafety.5"
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.12.0-0 <3.0.0"
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.12.13+hotfix.5"
2 changes: 1 addition & 1 deletion 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.2.1
version: 0.2.2

flutter:
plugin:
Expand Down

0 comments on commit c9930de

Please sign in to comment.