We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbb5a9 commit a6d9f72Copy full SHA for a6d9f72
pkgs/web_socket/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.6
2
+
3
+- Allow `web: '>=0.5.0 <2.0.0'`.
4
5
## 0.1.5
6
7
- Allow `1000` as a close code.
pkgs/web_socket/pubspec.yaml
@@ -3,15 +3,16 @@ description: >-
Any easy-to-use library for communicating with WebSockets
that has multiple implementations.
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
-version: 0.1.5
+version: 0.1.6
8
environment:
9
sdk: ^3.3.0
10
11
+dependencies:
12
+ web: '>=0.5.0 <2.0.0'
13
14
dev_dependencies:
15
dart_flutter_team_lints: ^3.0.0
16
test: ^1.24.0
17
web_socket_conformance_tests:
18
path: ../web_socket_conformance_tests/
-dependencies:
- web: ^0.5.0
0 commit comments