Skip to content

Commit 45760ef

Browse files
committed
just_audio 0.9.17
1 parent 5c77da5 commit 45760ef

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

just_audio/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.17
2+
3+
* LockCachingAudioSource works with servers not supporting range requests.
4+
* Add StreamAudioResponse.rangeRequestsSupported.
5+
* Fix doc typos (@robert-j-webb)
6+
17
## 0.9.16
28

39
* Fix pubspec declaration for Linux/Windows implementation.

just_audio/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Other common audio capabilities are optionally provided by separate plugins:
1313
* [just_audio_background](https://pub.dev/packages/just_audio_background): Use this to allow your app to play audio in the background and respond to controls on the lockscreen, media notification, headset, AndroidAuto/CarPlay or smart watch.
1414
* [audio_service](https://pub.dev/packages/audio_service): Use this if your app has more advanced background audio requirements than can be supported by `just_audio_background`.
1515
* [audio_session](https://pub.dev/packages/audio_session): Use this to configure and manage how your app interacts with other audio apps (e.g. phone call or navigator interruptions).
16+
* [just_waveform](https://pub.dev/packages/just_waveform): Use this to extract an audio file's waveform suitable for visual rendering.
1617

1718
## Vote on upcoming features
1819

just_audio/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: just_audio
22
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.
3-
version: 0.9.16
3+
version: 0.9.17
44
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
55

66
environment:

0 commit comments

Comments
 (0)