From 794c79a738ab6198d4852d62c8078ed1e41aad03 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 6 Feb 2022 20:49:31 +1100 Subject: [PATCH] just_audio_background 0.0.1-beta.4 --- just_audio_background/CHANGELOG.md | 4 ++++ just_audio_background/example/lib/main.dart | 1 - just_audio_background/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/just_audio_background/CHANGELOG.md b/just_audio_background/CHANGELOG.md index 5ae15568..ed92508e 100644 --- a/just_audio_background/CHANGELOG.md +++ b/just_audio_background/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1-beta.4 + +* Implement disposeAllPlayers. + ## 0.0.1-beta.3 * Fix build when targeting Android 12. diff --git a/just_audio_background/example/lib/main.dart b/just_audio_background/example/lib/main.dart index 14a958b5..260676f2 100644 --- a/just_audio_background/example/lib/main.dart +++ b/just_audio_background/example/lib/main.dart @@ -1,5 +1,4 @@ import 'package:audio_session/audio_session.dart'; -import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:just_audio/just_audio.dart'; diff --git a/just_audio_background/pubspec.yaml b/just_audio_background/pubspec.yaml index cbf75d70..2d18d644 100644 --- a/just_audio_background/pubspec.yaml +++ b/just_audio_background/pubspec.yaml @@ -1,7 +1,7 @@ name: just_audio_background 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.3 +version: 0.0.1-beta.4 dependencies: just_audio_platform_interface: ^4.1.0