From 4c130a4fa187a9bc99893a4ac6e88c561afe8741 Mon Sep 17 00:00:00 2001 From: Ryan Heise <ryan@ryanheise.com> Date: Tue, 22 Jun 2021 01:28:23 +1000 Subject: [PATCH] just_audio 0.8.0 --- just_audio/CHANGELOG.md | 2 +- just_audio/pubspec.yaml | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 53a5437a8..b5fbf7a09 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,4 +1,4 @@ -## Next release +## 0.8.0 * Add buffer options via AudioLoadConfiguration for iOS/Android. * Add setSkipSilenceEnabled for Android (@subhash279). diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index b33b116c4..4ff3ec0cd 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ 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.5 +version: 0.8.0 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: @@ -8,12 +8,8 @@ environment: flutter: ">=1.12.13+hotfix.5" dependencies: - #just_audio_platform_interface: ^3.0.0 - just_audio_platform_interface: - path: ../just_audio_platform_interface - #just_audio_web: ^0.3.1 - just_audio_web: - path: ../just_audio_web + just_audio_platform_interface: ^3.1.0 + just_audio_web: ^0.3.2 audio_session: ^0.1.5 rxdart: '>=0.26.0 <0.28.0' path: ^1.8.0