Skip to content

Commit

Permalink
just_audio 0.7.0-nullsafety.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 25, 2021
1 parent 249fa12 commit 9babf2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0-nullsafety.2

* Reintroduce path_provider dependency.

## 0.7.0-nullsafety.1

* Relax SDK version constraints.
Expand Down
6 changes: 3 additions & 3 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: just_audio
description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.
version: 0.7.0-nullsafety.1
version: 0.7.0-nullsafety.2
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

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

dependencies:
just_audio_platform_interface: ^3.0.0-nullsafety.1
just_audio_platform_interface: ^3.0.0-nullsafety.2
just_audio_web: ^0.3.0-nullsafety.1
audio_session: ^0.1.0-nullsafety.3
rxdart: ^0.26.0-nullsafety.1
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0
plugin_platform_interface: ^1.1.0-nullsafety.2
plugin_platform_interface: ^2.0.0

flutter:
plugin:
Expand Down

0 comments on commit 9babf2c

Please sign in to comment.