Skip to content

Commit

Permalink
just_audio_background 0.0.1-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 6, 2022
1 parent 0d23201 commit 794c79a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions just_audio_background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-beta.4

* Implement disposeAllPlayers.

## 0.0.1-beta.3

* Fix build when targeting Android 12.
Expand Down
1 change: 0 additions & 1 deletion just_audio_background/example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion just_audio_background/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 794c79a

Please sign in to comment.