Skip to content

Commit

Permalink
just_audio 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Mar 3, 2021
1 parent 26ca48c commit e13f0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
17 changes: 2 additions & 15 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
## 0.7.0-nullsafety.3

* Apply pedantic rules.
* Retype headers from Map to Map<String, String>

## 0.7.0-nullsafety.2

* Reintroduce path_provider dependency.

## 0.7.0-nullsafety.1

* Relax SDK version constraints.
* Improve shuffle documentation.

## 0.7.0-nullsafety.0
## 0.7.0

* Null safety.
* Retype headers from Map to Map<String, String>

## 0.6.15+1

Expand Down
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: 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.3
version: 0.7.0
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

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

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

0 comments on commit e13f0ba

Please sign in to comment.