From 49d85876312ee4ead85fc063a11db77d1b05d929 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 18 Jul 2021 18:34:38 +1000 Subject: [PATCH] just_audio 0.9.0 --- just_audio/CHANGELOG.md | 4 ++++ just_audio/README.md | 1 + just_audio/pubspec.yaml | 2 +- just_audio_background/example/lib/main.dart | 7 ------- just_audio_background/pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index dc6664408..690a6bb6c 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0 + +* Update to support just_audio_background. + ## 0.8.1 * Fix update position bug on Android. diff --git a/just_audio/README.md b/just_audio/README.md index d5cf23089..53696192a 100644 --- a/just_audio/README.md +++ b/just_audio/README.md @@ -65,6 +65,7 @@ This project is supported by the amazing open source community of GitHub contrib | Simultaneous downloading+caching | ✅ | ✅ | ✅ | | | Waveform visualizer (See [#97](https://github.com/ryanheise/just_audio/issues/97)) | ✅ | ✅ | | | | FFT visualizer (See [#97](https://github.com/ryanheise/just_audio/issues/97)) | ✅ | | | | +| Background | ✅ | ✅ | ✅ | ✅ | Please consider reporting any bugs you encounter [here](https://github.com/ryanheise/just_audio/issues) or submitting pull requests [here](https://github.com/ryanheise/just_audio/pulls). diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 6bb90393a..a5c3a3733 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.8.1 +version: 0.9.0 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: diff --git a/just_audio_background/example/lib/main.dart b/just_audio_background/example/lib/main.dart index f5e0c3e67..14a958b5a 100644 --- a/just_audio_background/example/lib/main.dart +++ b/just_audio_background/example/lib/main.dart @@ -1,10 +1,3 @@ -// This example demonstrates how to play a playlist with a mix of URI and asset -// audio sources, and the ability to add/remove/reorder playlist items. -// -// To run: -// -// flutter run -t lib/example_playlist.dart - import 'package:audio_session/audio_session.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; diff --git a/just_audio_background/pubspec.yaml b/just_audio_background/pubspec.yaml index 39b2392c5..9ee9aa442 100644 --- a/just_audio_background/pubspec.yaml +++ b/just_audio_background/pubspec.yaml @@ -1,5 +1,5 @@ name: just_audio_background -description: Background implementation of just_audio +description: An add-on for just_audio that supports background playback and media notifications. homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_background version: 0.0.1-beta.0+1