Skip to content

Commit

Permalink
just_audio 0.7.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 2, 2021
1 parent 6133677 commit 297678d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.0-nullsafety.1

* Relax SDK version constraints.
* Improve shuffle documentation.

## 0.7.0-nullsafety.0

* Null safety.
Expand Down
8 changes: 4 additions & 4 deletions just_audio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,21 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.0-nullsafety.0"
version: "0.7.0-nullsafety.1"
just_audio_platform_interface:
dependency: transitive
description:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0-nullsafety.0"
version: "3.0.0-nullsafety.1"
just_audio_web:
dependency: transitive
description:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0-nullsafety.0"
version: "0.3.0-nullsafety.1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -435,5 +435,5 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: "2.12.0-133.7.beta"
dart: ">=2.12.0-29.10.beta <=2.12.0-133.7.beta"
flutter: ">=1.12.13+hotfix.5"
2 changes: 1 addition & 1 deletion just_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the just_audio plugin.
publish_to: 'none'

environment:
sdk: '>=2.12.0-133.7.beta <3.0.0'
sdk: '>=2.12.0-0 <3.0.0'

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions just_audio/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ packages:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0-nullsafety.0"
version: "3.0.0-nullsafety.1"
just_audio_web:
dependency: "direct main"
description:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0-nullsafety.0"
version: "0.3.0-nullsafety.1"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -365,5 +365,5 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=2.12.0-133.7.beta <3.0.0"
dart: ">=2.12.0-29.10.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"
6 changes: 3 additions & 3 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: just_audio
description: Audio player for files, assets, URLs and DASH/HLS streams supporting gapless looping, shuffling, concatenating, clipping. Works with audio_service to play audio in the background.
version: 0.7.0-nullsafety.0
version: 0.7.0-nullsafety.1
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
sdk: '>=2.12.0-133.7.beta <3.0.0'
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.12.13+hotfix.5"

dependencies:
just_audio_platform_interface: ^3.0.0-nullsafety.0
just_audio_web: ^0.3.0-nullsafety.0
just_audio_web: ^0.3.0-nullsafety.1
audio_session: ^0.1.0-nullsafety.3
rxdart: ^0.26.0-nullsafety.1
path: ^1.8.0-nullsafety.3
Expand Down

0 comments on commit 297678d

Please sign in to comment.