Skip to content

Commit 7f3a42e

Browse files
committed
Merge branch 'fix/rxdart_bump' into minor
2 parents 74f5521 + 802c0df commit 7f3a42e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

just_audio/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Apply preferPreciseDurationAndTiming to files (@canxin121).
44
* Add tag parameter to setUrl/setFilePath/setAsset (@mathisfouques).
55
* Add tag parameter to setClip (@goviral-ma).
6+
* Support rxdart 0.28.x.
67

78
## 0.9.38
89

just_audio/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
flutter:
1010
sdk: flutter
1111
audio_session: ^0.1.14
12-
rxdart: ^0.27.7
12+
rxdart: ^0.28.0
1313
just_audio_mpv: ^0.1.6
1414
just_audio_windows: ^0.2.0
1515
# Other platform implementations below:

just_audio/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
# just_audio_web:
2222
# path: ../just_audio_web
2323
audio_session: ^0.1.14
24-
rxdart: '>=0.26.0 <0.28.0'
24+
rxdart: '>=0.26.0 <0.29.0'
2525
path: ^1.8.0
2626
path_provider: ^2.0.0
2727
async: ^2.5.0

0 commit comments

Comments
 (0)