Skip to content

Commit

Permalink
just_audio 0.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 6, 2022
1 parent fb936bf commit 5f5e926
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.19

* Dispose players on iOS/macOS hot restart.
* Fix initialIndex out of bounds bug on iOS/macOS.

## 0.9.18

* Fix null duration bug on LockCachingAudioSource.
Expand Down
3 changes: 2 additions & 1 deletion just_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
audio_session: ^0.1.5
audio_session: ^0.1.6+1
rxdart: '^0.27.0'
just_audio_libwinmedia: ^0.0.4
# just_audio_libwinmedia:
Expand All @@ -31,6 +31,7 @@ dev_dependencies:
sdk: flutter
# integration_test: ^1.0.1
test: ^1.16.4
pedantic: ^1.10.0

flutter:
uses-material-design: true
Expand Down
8 changes: 4 additions & 4 deletions 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.9.18
version: 0.9.19
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand All @@ -11,9 +11,9 @@ dependencies:
just_audio_platform_interface: ^4.1.0
# just_audio_platform_interface:
# path: ../just_audio_platform_interface
# just_audio_web: ^0.4.2
just_audio_web:
path: ../just_audio_web
just_audio_web: ^0.4.4
# just_audio_web:
# path: ../just_audio_web
audio_session: ^0.1.6+1
rxdart: '>=0.26.0 <0.28.0'
path: ^1.8.0
Expand Down

0 comments on commit 5f5e926

Please sign in to comment.