Skip to content

Commit a6d9f72

Browse files
authored
web_socket: allow latest pkg:web (#1269)
1 parent edbb5a9 commit a6d9f72

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pkgs/web_socket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.6
2+
3+
- Allow `web: '>=0.5.0 <2.0.0'`.
4+
15
## 0.1.5
26

37
- Allow `1000` as a close code.

pkgs/web_socket/pubspec.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ description: >-
33
Any easy-to-use library for communicating with WebSockets
44
that has multiple implementations.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/web_socket
6-
version: 0.1.5
6+
version: 0.1.6
77

88
environment:
99
sdk: ^3.3.0
1010

11+
dependencies:
12+
web: '>=0.5.0 <2.0.0'
13+
1114
dev_dependencies:
1215
dart_flutter_team_lints: ^3.0.0
1316
test: ^1.24.0
1417
web_socket_conformance_tests:
1518
path: ../web_socket_conformance_tests/
16-
dependencies:
17-
web: ^0.5.0

0 commit comments

Comments
 (0)