File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Apply preferPreciseDurationAndTiming to files (@canxin121 ).
4
4
* Add tag parameter to setUrl/setFilePath/setAsset (@mathisfouques ).
5
5
* Add tag parameter to setClip (@goviral-ma ).
6
+ * Support rxdart 0.28.x.
6
7
7
8
## 0.9.38
8
9
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
flutter :
10
10
sdk : flutter
11
11
audio_session : ^0.1.14
12
- rxdart : ^0.27.7
12
+ rxdart : ^0.28.0
13
13
just_audio_mpv : ^0.1.6
14
14
just_audio_windows : ^0.2.0
15
15
# Other platform implementations below:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
# just_audio_web:
22
22
# path: ../just_audio_web
23
23
audio_session : ^0.1.14
24
- rxdart : ' >=0.26.0 <0.28 .0'
24
+ rxdart : ' >=0.26.0 <0.29 .0'
25
25
path : ^1.8.0
26
26
path_provider : ^2.0.0
27
27
async : ^2.5.0
You can’t perform that action at this time.
0 commit comments