Skip to content

Commit

Permalink
web_socket: allow latest pkg:web (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Jul 16, 2024
1 parent edbb5a9 commit a6d9f72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pkgs/web_socket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6

- Allow `web: '>=0.5.0 <2.0.0'`.

## 0.1.5

- Allow `1000` as a close code.
Expand Down
7 changes: 4 additions & 3 deletions pkgs/web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

environment:
sdk: ^3.3.0

dependencies:
web: '>=0.5.0 <2.0.0'

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
test: ^1.24.0
web_socket_conformance_tests:
path: ../web_socket_conformance_tests/
dependencies:
web: ^0.5.0

0 comments on commit a6d9f72

Please sign in to comment.