Skip to content

Commit 5f5e926

Browse files
committed
just_audio 0.9.19
1 parent fb936bf commit 5f5e926

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

just_audio/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.9.19
2+
3+
* Dispose players on iOS/macOS hot restart.
4+
* Fix initialIndex out of bounds bug on iOS/macOS.
5+
16
## 0.9.18
27

38
* Fix null duration bug on LockCachingAudioSource.

just_audio/example/pubspec.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
audio_session: ^0.1.5
11+
audio_session: ^0.1.6+1
1212
rxdart: '^0.27.0'
1313
just_audio_libwinmedia: ^0.0.4
1414
# just_audio_libwinmedia:
@@ -31,6 +31,7 @@ dev_dependencies:
3131
sdk: flutter
3232
# integration_test: ^1.0.1
3333
test: ^1.16.4
34+
pedantic: ^1.10.0
3435

3536
flutter:
3637
uses-material-design: true

just_audio/pubspec.yaml

+4-4
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.18
3+
version: 0.9.19
44
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
55

66
environment:
@@ -11,9 +11,9 @@ dependencies:
1111
just_audio_platform_interface: ^4.1.0
1212
# just_audio_platform_interface:
1313
# path: ../just_audio_platform_interface
14-
# just_audio_web: ^0.4.2
15-
just_audio_web:
16-
path: ../just_audio_web
14+
just_audio_web: ^0.4.4
15+
# just_audio_web:
16+
# path: ../just_audio_web
1717
audio_session: ^0.1.6+1
1818
rxdart: '>=0.26.0 <0.28.0'
1919
path: ^1.8.0

0 commit comments

Comments
 (0)