We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa845f7 + 85f9a6a commit 482113dCopy full SHA for 482113d
audio_service_web/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.3
2
+
3
+* Support rxdart 0.28.x.
4
5
## 0.1.2
6
7
* Support js '>=0.6.3 <0.8.0'
audio_service_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: audio_service_web
description: Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
-version: 0.1.2
+version: 0.1.3
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web
environment:
@@ -22,7 +22,7 @@ dependencies:
22
# Use these deps when publishing.
23
audio_service_platform_interface: ^0.1.1
24
25
- rxdart: '>=0.26.0 <0.28.0'
+ rxdart: '>=0.26.0 <0.29.0'
26
js: '>=0.6.3 <0.8.0'
27
flutter:
28
sdk: flutter
0 commit comments