Skip to content

Commit

Permalink
just_audio 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 18, 2021
1 parent 57dd52f commit 49d8587
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.0

* Update to support just_audio_background.

## 0.8.1

* Fix update position bug on Android.
Expand Down
1 change: 1 addition & 0 deletions just_audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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

Expand Down

0 comments on commit 49d8587

Please sign in to comment.