Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 0e8bedc

Browse files
authored
Allow pkg:web v0.3.0 (#306)
Closes #305
1 parent 62370cc commit 0e8bedc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.4.2
2+
- Allow `web: '>=0.3.0 <0.5.0'`
3+
14
## 2.4.1
25

36
- Update the examples to use `WebSocketChannel.ready` and clarify that

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web_socket_channel
2-
version: 2.4.1
2+
version: 2.4.2
33

44
description: >-
55
StreamChannel wrappers for WebSockets. Provides a cross-platform
@@ -14,7 +14,7 @@ dependencies:
1414
async: ^2.5.0
1515
crypto: ^3.0.0
1616
stream_channel: ^2.1.0
17-
web: ^0.4.0
17+
web: '>=0.3.0 <0.5.0'
1818

1919
dev_dependencies:
2020
dart_flutter_team_lints: ^2.0.0

0 commit comments

Comments
 (0)