From 802c0df33cbd8e30e7967a8930ce4b872bb8eb0e Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Wed, 10 Jul 2024 18:08:48 +1000 Subject: [PATCH] Support rxdart 0.28.x --- just_audio/CHANGELOG.md | 1 + just_audio/example/pubspec.yaml | 2 +- just_audio/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 14873f1a..a9def71f 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -3,6 +3,7 @@ * Apply preferPreciseDurationAndTiming to files (@canxin121). * Add tag parameter to setUrl/setFilePath/setAsset (@mathisfouques). * Add tag parameter to setClip (@goviral-ma). +* Support rxdart 0.28.x. ## 0.9.38 diff --git a/just_audio/example/pubspec.yaml b/just_audio/example/pubspec.yaml index e5d931dd..eaf44f67 100644 --- a/just_audio/example/pubspec.yaml +++ b/just_audio/example/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: flutter: sdk: flutter audio_session: ^0.1.14 - rxdart: ^0.27.7 + rxdart: ^0.28.0 just_audio_mpv: ^0.1.6 just_audio_windows: ^0.2.0 # Other platform implementations below: diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 7b2a0f92..16e28ee3 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: # just_audio_web: # path: ../just_audio_web audio_session: ^0.1.14 - rxdart: '>=0.26.0 <0.28.0' + rxdart: '>=0.26.0 <0.29.0' path: ^1.8.0 path_provider: ^2.0.0 async: ^2.5.0